Color names in this palette
CSS code for this palette
/* CSS */
.scoville-high {
color: #e84a26;
}
.indian-saffron {
color: #ff9c33;
}
.freesia {
color: #f6c42c;
}
.aspen-yellow {
color: #f8dfa0;
}
.warming-peach {
color: #e2b8a2;
}
/* CSS Variables */
:root {
--scoville-high:#e84a26;
--indian-saffron:#ff9c33;
--freesia:#f6c42c;
--aspen-yellow:#f8dfa0;
--warming-peach:#e2b8a2;
}