Color names in this palette
CSS code for this palette
/* CSS */
.soft-cheddar {
color: #e5ba5d;
}
.royal-gold-pearl {
color: #d3a84a;
}
.waffle-cone {
color: #e5c77b;
}
.white-corn {
color: #f1d398;
}
.polenta {
color: #efc180;
}
/* CSS Variables */
:root {
--soft-cheddar:#e5ba5d;
--royal-gold-pearl:#d3a84a;
--waffle-cone:#e5c77b;
--white-corn:#f1d398;
--polenta:#efc180;
}