Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.welcoming-wasp {
color: #f0a800;
}
.flambrosia {
color: #e6a400;
}
.sweet-maple {
color: #e0af6c;
}
.shade-of-marigold {
color: #b58a3b;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--welcoming-wasp:#f0a800;
--flambrosia:#e6a400;
--sweet-maple:#e0af6c;
--shade-of-marigold:#b58a3b;
}