Color names in this palette
CSS code for this palette
/* CSS */
.fireflies {
color: #f6d8a7;
}
.sassy-yellow {
color: #f2c378;
}
.crunch {
color: #f0b75c;
}
.velvet-marigold {
color: #e68c3d;
}
.gold-drop {
color: #d66c2e;
}
/* CSS Variables */
:root {
--fireflies:#f6d8a7;
--sassy-yellow:#f2c378;
--crunch:#f0b75c;
--velvet-marigold:#e68c3d;
--gold-drop:#d66c2e;
}