Color names in this palette
CSS code for this palette
/* CSS */
.sunday-afternoon {
color: #f6c679;
}
.rajah {
color: #f9a65d;
}
.orange-crush {
color: #f1783b;
}
.scoville-high {
color: #e2502c;
}
.valiant-poppy {
color: #b73c2a;
}
/* CSS Variables */
:root {
--sunday-afternoon:#f6c679;
--rajah:#f9a65d;
--orange-crush:#f1783b;
--scoville-high:#e2502c;
--valiant-poppy:#b73c2a;
}