Color names in this palette
CSS code for this palette
/* CSS */
.gold-sand {
color: #f5e6a8;
}
.cookie-crust {
color: #e3b059;
}
.gold-drop {
color: #d86c31;
}
.peanut-butter-jelly {
color: #c94c26;
}
.rustica {
color: #893c29;
}
/* CSS Variables */
:root {
--gold-sand:#f5e6a8;
--cookie-crust:#e3b059;
--gold-drop:#d86c31;
--peanut-butter-jelly:#c94c26;
--rustica:#893c29;
}