b760f87f77d85cc3ef3b21abca74d62027e21db4
[danix.xyz.git] / content / articles / playing-with-colors.md
1 ---
2 title: playing with colors
3 author: Danilo M.
4 type: post
5 date: 2016-02-14T17:52:21+00:00
6 featured_image: /uploads/2016/02/palette.jpg
7 categories:
8 - code
9 - diy
10 tags:
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
27 I 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
29 It&#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
31 I 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
33 Let me know what you think about it. Cheers ;)