Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.saffron-gold {
color: #f08c00;
}
.mee-hua-sunset {
color: #f07400;
}
.cigarette-glow {
color: #f05800;
}
.glowing-meteor {
color: #f03c00;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--saffron-gold:#f08c00;
--mee-hua-sunset:#f07400;
--cigarette-glow:#f05800;
--glowing-meteor:#f03c00;
}