Skip to content

Instantly share code, notes, and snippets.

@mark-dce
Created July 12, 2021 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mark-dce/b872e6d39370ae414ee354d6381251ad to your computer and use it in GitHub Desktop.
Save mark-dce/b872e6d39370ae414ee354d6381251ad to your computer and use it in GitHub Desktop.
Postcards from Places colors
/* Color Theme Swatches in Hex */
.My-Color-Theme-1-hex { color: #3C731C; }
.My-Color-Theme-2-hex { color: #A6D433; }
.My-Color-Theme-3-hex { color: #BDBA37; }
.My-Color-Theme-4-hex { color: #D4C133; }
.My-Color-Theme-5-hex { color: #C9A830; }
/* Color Theme Swatches in RGBA */
.My-Color-Theme-1-rgba { color: rgba(60, 115, 28, 1); }
.My-Color-Theme-2-rgba { color: rgba(166, 212, 51, 1); }
.My-Color-Theme-3-rgba { color: rgba(189, 186, 55, 1); }
.My-Color-Theme-4-rgba { color: rgba(212, 193, 51, 1); }
.My-Color-Theme-5-rgba { color: rgba(201, 168, 48, 1); }
/* Color Theme Swatches in HSLA */
.My-Color-Theme-1-hsla { color: hsla(97, 60, 28, 1); }
.My-Color-Theme-2-hsla { color: hsla(77, 65, 51, 1); }
.My-Color-Theme-3-hsla { color: hsla(58, 54, 47, 1); }
.My-Color-Theme-4-hsla { color: hsla(52, 65, 51, 1); }
.My-Color-Theme-5-hsla { color: hsla(47, 61, 48, 1); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment