Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.buddha-s-love-handles {
color: #ffb833;
}
.casandora-yellow {
color: #ffce5c;
}
.caramel-finish {
color: #ffd699;
}
.precious-persimmon {
color: #ff7142;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--buddha-s-love-handles:#ffb833;
--casandora-yellow:#ffce5c;
--caramel-finish:#ffd699;
--precious-persimmon:#ff7142;
}