Skip to content

Instantly share code, notes, and snippets.

@graysonhicks
Created September 19, 2017 19:04
Show Gist options
  • Save graysonhicks/5f18147f8bf88367d9749184544b4f18 to your computer and use it in GitHub Desktop.
Save graysonhicks/5f18147f8bf88367d9749184544b4f18 to your computer and use it in GitHub Desktop.
pallypal results
/* Made with PallyPal! https://graysonhicks.github.io/pallypal/ */
/* Main color selected in palette generator */
.color-indigo { color: #484dc2 }
.color-malibu { color: #80a4ff }
.color-periwinkle { color: #bfd2ff }
.color-resolution-blue { color: #00298d }
.color-cobalt { color: #003ac9 }
/* Made with PallyPal! https://graysonhicks.github.io/pallypal/ */
/* Main color selected in palette generator */
$color-indigo: #484dc2
$color-malibu: #80a4ff
$color-periwinkle: #bfd2ff
$color-resolution-blue: #00298d
$color-cobalt: #003ac9
/* Made with PallyPal! https://graysonhicks.github.io/pallypal/ */
/* Main color selected in palette generator */
$color-indigo: #484dc2;
$color-malibu: #80a4ff;
$color-periwinkle: #bfd2ff;
$color-resolution-blue: #00298d;
$color-cobalt: #003ac9;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment