Color names in this palette
CSS code for this palette
/* CSS */
.super-lemon {
color: #e1b437;
}
.sienna-yellow {
color: #f2d08c;
}
.havana-cream {
color: #f9e7c3;
}
.fiery-glow {
color: #f14f1e;
}
.raven-night {
color: #393c65;
}
/* CSS Variables */
:root {
--super-lemon:#e1b437;
--sienna-yellow:#f2d08c;
--havana-cream:#f9e7c3;
--fiery-glow:#f14f1e;
--raven-night:#393c65;
}