optimizely-oui
Version:
Optimizely's Component Library.
58 lines • 2.68 kB
JavaScript
// These tokens have been deprecated. Use @optimizely/design-tokens instead.
exports.brandBlueXLight = "hsla(226, 100%, 97%, 1)";
exports.brandBlueLight = "hsla(227, 100%, 95%, 1)";
exports.brandBlueBase = "hsla(227, 100%, 85%, 1)";
exports.brandBlueDark = "hsla(227, 100%, 50%, 1)";
exports.brandPurpleXLight = "hsla(240, 9%, 96%, 1)";
exports.brandPurpleLight = "hsla(246, 11%, 82%, 1)";
exports.brandPurpleBase = "hsla(240, 11%, 65%, 1)";
exports.brandPurpleDark = "hsla(241, 77%, 12%, 1)";
exports.smokeXLight = "hsla(0, 0%, 98%, 1)";
exports.smokeLight = "hsla(0, 0%, 96%, 1)";
exports.smokeBase = "hsla(0, 0%, 93%, 1)";
exports.smokeDark = "hsla(0, 0%, 84%, 1)";
exports.greyXLight = "hsla(0, 0%, 96%, 1)";
exports.greyLight = "hsla(0, 0%, 85%, 1)";
exports.greyBase = "hsla(0, 0%, 62%, 1)";
exports.greyDark = "hsla(0, 0%, 44%, 1)";
exports.purpleXLight = "hsla(263, 48%, 95%, 1)";
exports.purpleLight = "hsla(263, 46%, 79%, 1)";
exports.purpleBase = "hsla(263, 52%, 47%, 1)";
exports.purpleDark = "hsla(263, 51%, 33%, 1)";
exports.magentaXLight = "hsla(310, 56%, 94%, 1)";
exports.magentaLight = "hsla(311, 56%, 75%, 1)";
exports.magentaBase = "hsla(311, 95%, 37%, 1)";
exports.magentaDark = "hsla(311, 94%, 26%, 1)";
exports.pinkXLight = "hsla(340, 86%, 95%, 1)";
exports.pinkLight = "hsla(341, 87%, 85%, 1)";
exports.pinkBase = "hsla(340, 82%, 52%, 1)";
exports.pinkDark = "hsla(341, 55%, 48%, 1)";
exports.redXLight = "hsla(0, 91%, 96%, 1)";
exports.redLight = "hsla(0, 89%, 83%, 1)";
exports.redBase = "hsla(0, 89%, 57%, 1)";
exports.redDark = "hsla(0, 67%, 45%, 1)";
exports.orangeXLight = "hsla(36, 100%, 95%, 1)";
exports.orangeLight = "hsla(36, 100%, 80%, 1)";
exports.orangeBase = "hsla(36, 100%, 50%, 1)";
exports.orangeDark = "hsla(36, 100%, 32%, 1)";
exports.yellowXLight = "hsla(46, 100%, 95%, 1)";
exports.yellowLight = "hsla(45, 100%, 80%, 1)";
exports.yellowBase = "hsla(45, 100%, 51%, 1)";
exports.yellowDark = "hsla(45, 96%, 43%, 1)";
exports.greenXLight = "hsla(120, 38%, 95%, 1)";
exports.greenLight = "hsla(123, 38%, 80%, 1)";
exports.greenBase = "hsla(122, 39%, 49%, 1)";
exports.greenDark = "hsla(122, 39%, 34%, 1)";
exports.aquaXLight = "hsla(189, 72%, 94%, 1)";
exports.aquaLight = "hsla(187, 73%, 77%, 1)";
exports.aquaBase = "hsla(187, 100%, 42%, 1)";
exports.aquaDark = "hsla(187, 100%, 27%, 1)";
exports.blueXLight = "hsla(209, 91%, 95%, 1)";
exports.blueLight = "hsla(207, 89%, 82%, 1)";
exports.blueBase = "hsla(207, 90%, 54%, 1)";
exports.blueDark = "hsla(207, 77%, 38%, 1)";
exports.white = "hsla(0, 0%, 100%, 1)";
exports.black = "hsla(0, 0%, 0%, 1)";
exports.iconSmall = "12px";
exports.iconLarge = "16px";
exports.nubbinSize = "24px";