-
Notifications
You must be signed in to change notification settings - Fork 14
Branding Color Variables
This page collects some of the ideas that are being discussed and also collects resources (such as branding guidelines) to help the WebBlocks Team think about how color will be used by potential users.
This page references Issues #33 and #124
To illustrate - brand guidelines often state a set of color combinations (hues) and hierarchy (which are the primary or dominant colors). Designers take these core colors and treat them like variables to create their color palettes for a given design.
For an example, see the Android color system: http://developer.android.com/design/style/color.html . Note that while the core set of colors are 5 basic hues, in reality, the extended swatch contains 14 shades per hue.
Thus while working on the WebBlocks color specifications, it became clear that some solution would need to be created to accommodate a wider set of colors than simply 4 colors: "primary", "secondary", "tertiary" and "neutral".
Branding Color Systems convey both unity and distinction. Thus in the UC system you'll notice that all share some commitment to "blue and gold" but each interpret these factors in their own unique takes. Thus, the nature of brand colors is to be specific and unique and the problem arises - how do we best allow each user to set their specific brand colors ?
/Primary: UCLA Blue/ #3399cc;
/Secondary: Gold/ #ffb300;
/Secondary: Yellow/ #ffe800;
/Secondary: Dark Blue/ #0055a6;
/Secondary: Light Blue/ #00a5e5;
/Tertiary: Neon Yellow/ #ffff00;
/Tertiary: Neon Green/ #00ff87;
/Tertiary: Neon Purple/ #8237ff;
/*Tertiary: Magenta */ #ff00a5;
/*Tertiary: Cyan */ #00ffff;
/*Tertiary: Black */ #000000;
UCSB (source: http://www.ucsb.edu/webguide/graphic-identity.shtml)
/* Primary Teal */ #88bbbb;
/* Primary Warm Grey */ #bbbbaa;
/* Primary Black */ #000000;
/* Primary Dark Blue */ #003366;
/* Secondary Olive Green */ #999933;
/* Secondary Light Blue */ #7799bb;
/* Secondary Periwinkle */ #666699;
/* Secondary Red */ #990000;
/* Secondary Gold */ #cc6600;
/* Secondary Yellow */ #cc9933;
/* Greys Palette */ (Neutral)
/* Pastels Palette */ (Tertiary Colors)