Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.extreme-carrot {
color: #ff6d2e;
}
.pieces-of-eight {
color: #ffb13d;
}
.egg-yolk-sunrise {
color: #ffd60a;
}
.scoville-high {
color: #e84a26;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--extreme-carrot:#ff6d2e;
--pieces-of-eight:#ffb13d;
--egg-yolk-sunrise:#ffd60a;
--scoville-high:#e84a26;
}