Color names in this palette
CSS code for this palette
/* CSS */
.orangealicious {
color: #f2590d;
}
.mad-for-mango {
color: #faa200;
}
.here-comes-the-sun {
color: #fedc62;
}
.fat-gold {
color: #e6b800;
}
.mexican-red-papaya {
color: #c8442d;
}
/* CSS Variables */
:root {
--orangealicious:#f2590d;
--mad-for-mango:#faa200;
--here-comes-the-sun:#fedc62;
--fat-gold:#e6b800;
--mexican-red-papaya:#c8442d;
}