add all the new used colors

This commit is contained in:
Aaron DeRuvo
2025-01-24 18:16:05 +01:00
committed by Aaron DeRuvo
parent 3b30081308
commit 862f1f2e67

View File

@@ -1,10 +1,18 @@
/// NEW
export const amber50 = '#FFFBEB'
export const amber500 = '#F2E3C8'
export const black = '#000000'
export const white = '#ffffff'
export const slate200 = '#E2E8F0'
export const slate300 = '#CBD5E1'
export const slate500 = '#64748B'
export const slate600 = '#475569'
export const slate800 = '#1E293B'
export const sky500 = '#0EA5E9'
export const green500 = '#22C55E'
export const red500 = '#EF4444'
export const teal500 = '#5EEAD4'
// OLD
export const borderColor = '#343434';
export const bgColor = '#161616';