Color names in this palette
CSS code for this palette
/* CSS */
.maroon-flush {
color: #c7234a;
}
.hot-coral {
color: #f45e4e;
}
.koji-orange {
color: #f8a949;
}
.spring-yellow {
color: #f2e17d;
}
.garish-green {
color: #4fbf8d;
}
/* CSS Variables */
:root {
--maroon-flush:#c7234a;
--hot-coral:#f45e4e;
--koji-orange:#f8a949;
--spring-yellow:#f2e17d;
--garish-green:#4fbf8d;
}