Palettes for @tinyskylines.
- Fork this repository
- Create a new file in
src/palettes
using the format described below - Once you're done, open a new Pull Request and I'll get it merged ๐ซ
๐โโ๏ธ If you're not familiar with forking, pull requests, or if you have any other questions, give me a shout on Mastodon or Twitter. I'd be happy to help!
A palette is a single Markdown file with a few bits of frontmatter:
---
title: Casual Diploma
author: Beatriz M.
colors:
- 001b44
- d5008f
- ffa3d7
- fbf1a9
source: https://tachyons.io/docs/themes/skins
---
- The file should be named something similar to your palette title โ ex.,
casual-diploma.md
. title
,author
andsource
are all optional; the only required property is thecolors
list.
โ๏ธ If your colors are based on an existing image or palette, I encourage you to provide a link using the
source
property.
- ๐จ Include a minimum of 3 colors
- ๐ Palettes with higher contrast between colors tend to work better
- ๐คนโโ๏ธ Have fun out there!
Thanks! ๐