@drivy/cobalt
Version:
Opinionated design system for Drivy's projects.
79 lines (75 loc) • 1.93 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
const white = "#fff";
const grey = {
lighter: "#f8f7f8",
light: "#edebed",
DEFAULT: "#dbd8dc",
dark: "#a49da7"
};
const indigo = {
DEFAULT: "#61366b",
dark: "#390446"
};
const purple = {
light: "#d076ca",
DEFAULT: "#b01aa7"
};
const graphite = {
light: "#757575",
DEFAULT: "#333"
};
const turquoise = "#5ecbdd";
const coral = "#ffa484";
const amber = "#ffc25a";
const red = "#ff7378";
const green = {
light: "#0fffb3",
DEFAULT: "#00da94",
dark: "#00a873"
};
const blue = "#2ea2ea";
const deprecatedBlueGhost = "#2ea2ea0f";
const deprecatedDriver = "#ffd988";
const deprecatedSeasonLow = "#BDFFAC";
const deprecatedSeasonMedium = "#94EA84";
const deprecatedSeasonHigh = "#73C865";
const deprecatedSeasonVeryHigh = "#54A949";
var _colors = {
white: white,
grey: grey,
indigo: indigo,
purple: purple,
graphite: graphite,
turquoise: turquoise,
coral: coral,
amber: amber,
red: red,
green: green,
blue: blue,
deprecatedBlueGhost: deprecatedBlueGhost,
deprecatedDriver: deprecatedDriver,
deprecatedSeasonLow: deprecatedSeasonLow,
deprecatedSeasonMedium: deprecatedSeasonMedium,
deprecatedSeasonHigh: deprecatedSeasonHigh,
deprecatedSeasonVeryHigh: deprecatedSeasonVeryHigh
};
exports.amber = amber;
exports.blue = blue;
exports.coral = coral;
exports["default"] = _colors;
exports.deprecatedBlueGhost = deprecatedBlueGhost;
exports.deprecatedDriver = deprecatedDriver;
exports.deprecatedSeasonHigh = deprecatedSeasonHigh;
exports.deprecatedSeasonLow = deprecatedSeasonLow;
exports.deprecatedSeasonMedium = deprecatedSeasonMedium;
exports.deprecatedSeasonVeryHigh = deprecatedSeasonVeryHigh;
exports.graphite = graphite;
exports.green = green;
exports.grey = grey;
exports.indigo = indigo;
exports.purple = purple;
exports.red = red;
exports.turquoise = turquoise;
exports.white = white;
//# sourceMappingURL=colors.js.map