Skip to content

Commit

Permalink
tone down colors
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorpower committed Oct 3, 2012
1 parent f9c6697 commit 9abc6d6
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions assets/css/colours.less
@@ -1,23 +1,27 @@
@primary1: #FF5300;
@primary2: #BF5E30;
@primary3: #A63600;
@primary4: #FF7E40;
@primary5: #FFA073;
// Color Palette by Color Scheme Designer
// Palette URL: http://colorschemedesigner.com/#0g41Tnnvvw0w0
// Color Space: RGB;

@secondarya1: #FFC200;
@secondarya2: #BF9D30;
@secondarya3: #A67E00;
@secondarya4: #FFD140;
@secondarya5: #FFDD73;
@primary1: #FB7A44;
@primary2: #BC7455;
@primary3: #A34016;
@primary4: #FD9C72;
@primary5: #FDB697;

@secondaryb1: #B40098;
@secondaryb2: #872277;
@secondaryb3: #750062;
@secondaryb4: #D936C0;
@secondaryb5: #D962C7;
@secondarya1: #FBAE44;
@secondarya2: #BC9155;
@secondarya3: #A36816;
@secondarya4: #FDC372;
@secondarya5: #FDD297;

@complement1: #00AB6F;
@complement2: #20805E;
@complement3: #006F48;
@complement4: #35D59D;
@complement5: #60D5AC;
@secondaryb1: #3470A2;
@secondaryb2: #3B5D79;
@secondaryb3: #114169;
@secondaryb4: #66A0D0;
@secondaryb5: #82ADD0;

@complement1: #2EAB79;
@complement2: #3A8064;
@complement3: #0F6F48;
@complement4: #60D5A4;
@complement5: #7FD5B2;

0 comments on commit 9abc6d6

Please sign in to comment.