@ramses-superapp/ramses-ui
Version:
Skinless UI primitives for Ramses Built Apps
31 lines (27 loc) • 556 B
text/typescript
export default {
//signature colors
primaryDark: '#A549E5',
primaryLight: '#F4E7FF',
primaryBackground: '#F8F1FF',
border: '#E0C2FF',
borderActive: '#A54AE5',
//states colors
red: '#E60B00',
green: '#008A0E',
yellow: '#FFCC00',
purple: '#820AD1',
//neutral colors
black: '#000000',
gray9: '#1A1A1A',
gray8: '#4D4D4D',
gray7: '#595959',
gray6: '#808080',
gray5: '#999999',
gray4: '#B3B3B3',
gray3: '#CCCCCC',
gray2: '#E6E6E6',
gray1: '#F5F5F5',
white: '#ffffff',
//custom colors
nardoGray: '#686A6C',
};