added caption under image in article 'playing with colors'
[danix.xyz.git] / content / 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---
f2a5fd85 19{{< figure src="https://danix.xyz/wp-content/uploads/2016/02/palette-1.jpg" class="image fit" link="https://github.com/danixland/palette-viewer" caption="palette-viewer on github" >}}
e380f26a 20
0864fc14 21{{< dropcap >}}
22Today I decided I wanted to have a little "old school" fun, so instead of working on some WordPress theme/plugin, I went for the "lemme write some php from scratch" approach.
23{{< /dropcap >}}
e380f26a 24
0864fc14 25I was having a look at some color palettes for _**I'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'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.
e380f26a 26
0864fc14 27It's actually very simple, there'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's it.
e380f26a 28
29I 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.
30
31Let me know what you think about it. Cheers ;)