vcc-ui
Version:
VCC UI is a collection of React UI Components that can be used for developing front-end applications at Volvo Car Corporation.
17 lines • 383 B
JavaScript
/*
* Please DO NOT use HEX shorthand for colors (eg. #333)
* as it breaks compatibility with opacity suffixes
* (eg. #333333AA)
*/
export var COLORS = {
white: "#ffffff",
darkGrey: "#e9e9e9",
grey: "#f0f0f0",
black: "#000000",
almostBlack: "#161618",
blue: "#2b7bcd",
primaryBlue: "#007bcd",
primaryBlueLight: "#008ae6",
red: "#c42121",
redLight: "#de3b3b"
};