Skip to content

Instantly share code, notes, and snippets.

@1stevengrant
Created October 19, 2015 21:27
Show Gist options
  • Save 1stevengrant/b9a2f1bf5703e6001a52 to your computer and use it in GitHub Desktop.
Save 1stevengrant/b9a2f1bf5703e6001a52 to your computer and use it in GitHub Desktop.
Harvest Bible Chapel Glasgow colour scheme
// SASS style sheet */
// Palette color codes */
// Palette URL: http://paletton.com/#uid=30i0u0krCufhdDCmgvUu-oLyPjB */
// Feel free to copy&paste color codes to your application */
// As hex codes */
$color-primary-0: #F16421; // Main Primary color */
$color-primary-1: #FFA276;
$color-primary-2: #FE874D;
$color-primary-3: #C54609;
$color-primary-4: #9C3300;
$color-secondary-1-0: #1F5F9C; // Main Secondary color (1) */
$color-secondary-1-1: #5F8FBE;
$color-secondary-1-2: #3B71A5;
$color-secondary-1-3: #0F4880;
$color-secondary-1-4: #073765;
$color-secondary-2-0: #65D41D; // Main Secondary color (2) */
$color-secondary-2-1: #9DE86B;
$color-secondary-2-2: #81DF44;
$color-secondary-2-3: #49AD08;
$color-secondary-2-4: #368900;
// As RGBa codes */
$rgba-primary-0: rgba(241,100, 33,1); // Main Primary color */
$rgba-primary-1: rgba(255,162,118,1);
$rgba-primary-2: rgba(254,135, 77,1);
$rgba-primary-3: rgba(197, 70, 9,1);
$rgba-primary-4: rgba(156, 51, 0,1);
$rgba-secondary-1-0: rgba( 31, 95,156,1); // Main Secondary color (1) */
$rgba-secondary-1-1: rgba( 95,143,190,1);
$rgba-secondary-1-2: rgba( 59,113,165,1);
$rgba-secondary-1-3: rgba( 15, 72,128,1);
$rgba-secondary-1-4: rgba( 7, 55,101,1);
$rgba-secondary-2-0: rgba(101,212, 29,1); // Main Secondary color (2) */
$rgba-secondary-2-1: rgba(157,232,107,1);
$rgba-secondary-2-2: rgba(129,223, 68,1);
$rgba-secondary-2-3: rgba( 73,173, 8,1);
$rgba-secondary-2-4: rgba( 54,137, 0,1);
// Generated by Paletton.com © 2002-2014 */
// http://paletton.com */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment