syrup
Version:
A collection of common UI utilities and libraries leveraged by AI2.
28 lines (23 loc) • 638 B
text/less
/* ==========================================================================
AI2 Brand Colors
========================================================================== */
@black: #202122;
@dark-blue: #286a8e;
@blue: #5ea5d9;
@gold: #fcb431;
@yellow: #fdea65;
@off-black: #3e4346;
@gray: #8c9296;
@light-blue: #bed2dd;
@light-gray: #e0e0e0;
@white: #fff;
@lighter-gray: lighten(@light-gray, 8%);
@lighter-blue: lighten(@light-blue, 12%);
@red: #a92020;
@light-red: #e04444;
@green: #3fb62c;
@purple: #81288e;
@orange: #e26622;
@shadow: rgba(45,45,46,0.1);
@dark-shadow: rgba(45,45,46,0.2);
@translucent: rgba(255,255,255,.95);