Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75b;
}
.bergamot-orange {
color: #f3a158;
}
.salsa-sizzle {
color: #ef7c3e;
}
.scoville-high {
color: #e14923;
}
.pure-red {
color: #d62b1f;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75b;
--bergamot-orange:#f3a158;
--salsa-sizzle:#ef7c3e;
--scoville-high:#e14923;
--pure-red:#d62b1f;
}