/paletas

Palettes for @tinyskylines

Primary LanguageJavaScript

Paletas

Palettes for @tinyskylines.

Contributing

Adding a Palette

  1. Fork this repository
  2. Create a new file in src/palettes using the format described below
  3. 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!

Palette Files

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

A Few Notes

  • The file should be named something similar to your palette title โ€” ex., casual-diploma.md.
  • title, author and source are all optional; the only required property is the colors list.

โœ๏ธ If your colors are based on an existing image or palette, I encourage you to provide a link using the source property.

Palette Tips

  • ๐ŸŽจ Include a minimum of 3 colors
  • ๐ŸŒ“ Palettes with higher contrast between colors tend to work better
  • ๐Ÿคนโ€โ™€๏ธ Have fun out there!

Thanks! ๐Ÿ™