UNPKG

@bnnvara/bnnvara-colors

Version:

Branding colors for BNNVARA

36 lines (34 loc) 640 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var theme = { bnnvara: { base: { white: '#fff', black: '#000', transparant: { white25: 'rgba(255,255,255,.25)', black75: 'rgba(0,0,0,.75)' } }, primary: { light: '#ff2222', main: '#e60000', // BNNVARA red dark: '#dd0000', contrastText: '#fff' }, secondary: { light: '#666', main: '#222', dark: '#000', contrastText: '#fff' }, tertiary: { light: '#f5f5f5', main: '#efefef', dark: '#bbb' } } }; exports.default = theme;