Color names in this palette
CSS code for this palette
/* CSS */
.saffron-mango {
color: #f9be58;
}
.mad-for-mango {
color: #faa200;
}
.peach-butter {
color: #fbaf3c;
}
.apocalyptic-orange {
color: #f7701d;
}
.salsa-haba-ero {
color: #e05200;
}
/* CSS Variables */
:root {
--saffron-mango:#f9be58;
--mad-for-mango:#faa200;
--peach-butter:#fbaf3c;
--apocalyptic-orange:#f7701d;
--salsa-haba-ero:#e05200;
}