Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.pieces-of-eight {
color: #ffb13d;
}
.sunglow-gecko {
color: #ffce47;
}
.sunrose-yellow {
color: #ffdb66;
}
.rite-of-spring {
color: #ffeca8;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--pieces-of-eight:#ffb13d;
--sunglow-gecko:#ffce47;
--sunrose-yellow:#ffdb66;
--rite-of-spring:#ffeca8;
}