X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=content%2Farticles%2Fplaying-with-colors.md;h=ac3ad83f9940638846cb4fd855fef454931d3cc8;hb=10e29f6f0ae17c11b88b7835cce9aa880ce495f6;hp=b760f87f77d85cc3ef3b21abca74d62027e21db4;hpb=ae9e44784afc692781c424163c42abd9a1eeb000;p=danix.xyz.git diff --git a/content/articles/playing-with-colors.md b/content/articles/playing-with-colors.md index b760f87..ac3ad83 100644 --- a/content/articles/playing-with-colors.md +++ b/content/articles/playing-with-colors.md @@ -1,7 +1,7 @@ --- title: playing with colors author: Danilo M. -type: post +type: article date: 2016-02-14T17:52:21+00:00 featured_image: /uploads/2016/02/palette.jpg categories: @@ -16,17 +16,15 @@ tags: - viewer --- -
-
-
+{{< 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" >}} -

- Today 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. -

+{{< dropcap >}} +Today 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. +{{< /dropcap >}} -I 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. +I 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. -It’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. +It'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. I put it on github, just in case you want to give it a look.