Color names in this palette
CSS code for this palette
/* CSS */
.saffron-mango {
color: #f9be58;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.sun-orange {
color: #f27c21;
}
.orange-danger {
color: #e05e00;
}
.crema {
color: #c75d00;
}
/* CSS Variables */
:root {
--saffron-mango:#f9be58;
--apricot-glazed-chicken:#f5a524;
--sun-orange:#f27c21;
--orange-danger:#e05e00;
--crema:#c75d00;
}