Color names in this palette
CSS code for this palette
/* CSS */
.lemon-pound-cake {
color: #fddb91;
}
.orange-pop {
color: #fbc041;
}
.sunshine-surprise {
color: #faad29;
}
.prometheus-orange {
color: #f35820;
}
.heating-lamp {
color: #e63f1e;
}
/* CSS Variables */
:root {
--lemon-pound-cake:#fddb91;
--orange-pop:#fbc041;
--sunshine-surprise:#faad29;
--prometheus-orange:#f35820;
--heating-lamp:#e63f1e;
}