@drivy/cobalt
Version:
Opinionated design system for Drivy's projects.
58 lines (56 loc) • 1.49 kB
JavaScript
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 require$$2 = {
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
};
export { amber, blue, coral, require$$2 as default, deprecatedBlueGhost, deprecatedDriver, deprecatedSeasonHigh, deprecatedSeasonLow, deprecatedSeasonMedium, deprecatedSeasonVeryHigh, graphite, green, grey, indigo, purple, red, turquoise, white };
//# sourceMappingURL=colors.js.map