Color names in this palette
CSS code for this palette
/* CSS */
.prometheus-orange {
color: #f15a22;
}
.gusto-gold {
color: #f6a523;
}
.wake-me-up {
color: #f8d359;
}
.steamy-dumpling {
color: #e7e9b4;
}
.bilious-green {
color: #a5d86e;
}
/* CSS Variables */
:root {
--prometheus-orange:#f15a22;
--gusto-gold:#f6a523;
--wake-me-up:#f8d359;
--steamy-dumpling:#e7e9b4;
--bilious-green:#a5d86e;
}