UNPKG

sc-react-ions

Version:

An open source set of React components that implement Ambassador's Design and UX patterns.

43 lines (35 loc) 779 B
const colors = { // Colors // -------------------------------------------------- // Base Colors white: '#fff', black: '#000', // Neutral Colors neutral_1: '#ECF0F0', neutral_2: '#F7F7F9', neutral_3: '#DEE0E3', neutral_4: '#9198A0', // Primary Colors primary_1: '#3C97D3', primary_2: '#3178B7', primary_3: '#1B252F', primary_4: '#243140', primary_4_5: '#233040', primary_5: '#2D3E50', primary_6: '#4F6A92', // Secondary Colors green: '#26B894', orange: '#F29C1E', red: '#E54C3B', aqua: '#62CAF3', // Contextual References success: '#26B894', warning: '#F29C1E', danger: '#E54C3B', info: '#62CAF3', // Text Colors base_text: 'primary_3 + 40%', navy_text: '#233040', sky_text: '#C8F0FF' } export default colors