Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.saffron-gold {
color: #f08c00;
}
.mee-hua-sunset {
color: #f07400;
}
.cigarette-glow {
color: #f05800;
}
.deep-orange {
color: #db4d00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--saffron-gold:#f08c00;
--mee-hua-sunset:#f07400;
--cigarette-glow:#f05800;
--deep-orange:#db4d00;
}