Color names in this palette
CSS code for this palette
/* CSS */
.golden-raspberry {
color: #f6d779;
}
.maximum-yellow-red {
color: #f1b74b;
}
.orange-crush {
color: #f1783b;
}
.scoville-high {
color: #e54b24;
}
.stop {
color: #c53a30;
}
/* CSS Variables */
:root {
--golden-raspberry:#f6d779;
--maximum-yellow-red:#f1b74b;
--orange-crush:#f1783b;
--scoville-high:#e54b24;
--stop:#c53a30;
}