sick-colors
Version:
Sick colors palette
25 lines (24 loc) • 473 B
JavaScript
module.exports = {
black: '#454545',
background: '#272935',
white: '#ffffff',
foreground: '#dadada',
red: '#fc7575',
green: '#6ef8be',
yellow: '#e9ff81',
blue: '#6aa2ff',
magenta: '#c481ff',
cyan: '#6de5ff',
light: {
black: '#454545',
background: '#ffffff',
white: '#f1f1f1',
foreground: '#1f1f28',
red: '#df3232',
green: '#01b569',
yellow: '#c3a437',
blue: '#2281d8',
magenta: '#b53fde',
cyan: '#18bbc6'
}
}