fixed articles images
[danix.xyz.git] / articles / playing-with-colors.md
CommitLineData
e380f26a 1---
2title: playing with colors
3author: Danilo M.
4type: post
5date: 2016-02-14T17:52:21+00:00
47b60325 6featured_image: /uploads/2016/02/palette.jpg
e380f26a 7categories:
8 - code
9 - diy
10tags:
11 - colors
12 - github
13 - html5
14 - palette
15 - php
16 - viewer
17
18---
19<div class="wp-block-image">
20 <figure class="aligncenter"><a href="https://github.com/danixland/palette-viewer"><img loading="lazy" width="975" height="549" src="https://danix.xyz/wp-content/uploads/2016/02/palette-1.jpg" alt="" class="wp-image-3642" srcset="https://danix.xyz/wp-content/uploads/2016/02/palette-1.jpg 975w, https://danix.xyz/wp-content/uploads/2016/02/palette-1-300x169.jpg 300w, https://danix.xyz/wp-content/uploads/2016/02/palette-1-768x432.jpg 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>
21</div>
22
23<p class="has-drop-cap">
24 Today I decided I wanted to have a little &#8220;old school&#8221; fun, so instead of working on some WordPress theme/plugin, I went for the &#8220;lemme write some php from scratch&#8221; approach.
25</p>
26
27I was having a look at some color palettes for _\*\*I&#8217;m not gonna tell ya\*\*_, and it was quite hard for me to mix them together in my mind and decide which color goes where and how to use it, so after thinking about it for a while, I decided I&#8217;d narrow my options to 6 colors per palette, and in order to better visualize them, I wrote a small php page to help me.
28
29It&#8217;s actually very simple, there&#8217;s a large preview where you can modify each color on the fly, and then you can send them to a fake page preview. that&#8217;s it.
30
31I put it on <a href="https://github.com/danixland/palette-viewer" target="_blank" rel="noopener noreferrer">github</a>, just in case you want to give it a look.
32
33Let me know what you think about it. Cheers ;)