Color names in this palette
CSS code for this palette
/* CSS */
.monza {
color: #c9031d;
}
.sh-j-hi-red {
color: #d92c26;
}
.day-glow-orange {
color: #e95a3a;
}
.candied-yams {
color: #f8a468;
}
.soft-saffron {
color: #fdd47c;
}
/* CSS Variables */
:root {
--monza:#c9031d;
--sh-j-hi-red:#d92c26;
--day-glow-orange:#e95a3a;
--candied-yams:#f8a468;
--soft-saffron:#fdd47c;
}