Color names in this palette
CSS code for this palette
/* CSS */
.gruy-re-cheese {
color: #f5deb2;
}
.ice-cream-cone {
color: #e3cfc0;
}
.cosmic-aura {
color: #d2b2a3;
}
.sugar-pie {
color: #c6a87b;
}
.star-fruit-yellow-green {
color: #bfaf4f;
}
/* CSS Variables */
:root {
--gruy-re-cheese:#f5deb2;
--ice-cream-cone:#e3cfc0;
--cosmic-aura:#d2b2a3;
--sugar-pie:#c6a87b;
--star-fruit-yellow-green:#bfaf4f;
}