Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.shocking-orange {
color: #ff6d1f;
}
.pink-orange {
color: #ff9061;
}
.nature-apricot {
color: #ffb6a3;
}
.liveliness {
color: #ffdeb8;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--shocking-orange:#ff6d1f;
--pink-orange:#ff9061;
--nature-apricot:#ffb6a3;
--liveliness:#ffdeb8;
}