Skip to content

Instantly share code, notes, and snippets.

@brydavis
Last active December 12, 2018 19:38
Show Gist options
  • Save brydavis/af6849ea5a8902652f9d62c8dacae1db to your computer and use it in GitHub Desktop.
Save brydavis/af6849ea5a8902652f9d62c8dacae1db to your computer and use it in GitHub Desktop.
/* HSL */
$color1: hsla(51%, 70%, 65%, 1);
$color2: hsla(215%, 53%, 42%, 1);
$color3: hsla(180%, 7%, 91%, 1);
$color4: hsla(240%, 18%, 21%, 1);
$color5: hsla(356%, 70%, 51%, 1);
/* RGB */
$color1: rgba(228, 210, 104, 1);
$color2: rgba(51, 99, 164, 1);
$color3: rgba(231, 234, 234, 1);
$color4: rgba(44, 44, 63, 1);
$color5: rgba(218, 44, 56, 1);
/* Coolors Exported Palette - coolors.co/e4d268-3363a4-ffffff-999799-e5625e */
/* HSL */
$color1: hsla(51%, 70%, 65%, 1);
$color2: hsla(215%, 53%, 42%, 1);
$color3: hsla(0%, 0%, 100%, 1);
$color4: hsla(300%, 1%, 60%, 1);
$color5: hsla(2%, 72%, 63%, 1);
/* RGB */
$color1: rgba(228, 210, 104, 1);
$color2: rgba(51, 99, 164, 1);
$color3: rgba(255, 255, 255, 1);
$color4: rgba(153, 151, 153, 1);
$color5: rgba(229, 98, 94, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment