Color names in this palette
CSS code for this palette
/* CSS */
.gold-thread {
color: #fce8b0;
}
.peach-yellow {
color: #f9dfae;
}
.fireflies {
color: #f6d8a7;
}
.granola {
color: #f4cf9f;
}
.golden-city-moon {
color: #f0c399;
}
/* CSS Variables */
:root {
--gold-thread:#fce8b0;
--peach-yellow:#f9dfae;
--fireflies:#f6d8a7;
--granola:#f4cf9f;
--golden-city-moon:#f0c399;
}