UNPKG

@icure/cardinal-prescription-be-react

Version:

This is a Belgian-specific React application for healthcare professionals to manage electronic prescriptions with SAM. Created by iCure.

79 lines (77 loc) 1.43 kB
export const colors = { blue: { 800: '#084b83', 600: '#4b6682', 500: '#3d87c5', 400: '#add5ff', 300: '#eef6fe', 200: '#f9fbfe', 100: '#dce7f2', }, grey: { 900: '#1d2235', 700: '#7e827f', 650: '#9ca8b2', 600: '#848482', 550: '#cad0d5', 300: '#e4e4e7', 200: '#f5f5f5', 100: '#fcfcfd', }, orange: { 900: '#ef762f', 950: '#e5a613', 800: '#ffda83', }, green: { 600: '#33b96b', 500: '#52c41a', 400: '#b7eb8f', 300: '#f6ffed', 200: '#e5fae5', }, red: { 800: '#FF0000FF', 700: '#ee5d59', 400: '#ffccc7', 300: '#fff1f0', }, } as const export const colorsRgb = { blue: { 800: '8, 75, 131', 600: '75, 102, 130', 500: '61, 135, 197', 400: '173, 213, 255', 300: '238, 246, 254', 200: '249, 251, 254', 100: '220, 231, 242', }, grey: { 900: '29, 34, 53', 700: '126, 130, 127', 650: '156, 168, 178', 600: '132, 132, 130', 550: '202, 208, 213', 300: '228, 228, 231', 200: '245, 245, 245', 100: '252, 252, 253', }, orange: { 900: '239, 118, 47', 950: '229, 166, 19', 800: '255, 218, 131', }, green: { 600: '51, 185, 107', 400: '183, 235, 143', 300: '246, 255, 237', 200: '229, 250, 229', }, red: { 800: '255, 0, 0', 700: '238, 93, 89', 400: '255, 204, 199', 300: '255, 241, 240', }, } as const