UNPKG

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.

25 lines (23 loc) 507 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COLORS = void 0; /* * Please DO NOT use HEX shorthand for colors (eg. #333) * as it breaks compatibility with opacity suffixes * (eg. #333333AA) */ var COLORS = { white: "#ffffff", darkGrey: "#e9e9e9", grey: "#f0f0f0", black: "#000000", almostBlack: "#161618", blue: "#2b7bcd", primaryBlue: "#007bcd", primaryBlueLight: "#008ae6", red: "#c42121", redLight: "#de3b3b" }; exports.COLORS = COLORS;