Color names in this palette
CSS code for this palette
/* CSS */
.bracken {
color: #5f3c25;
}
.olive-gold {
color: #c0ae8c;
}
.ice-cream-cone {
color: #e3cfc0;
}
.bali-sand {
color: #f6e8d5;
}
.powdered {
color: #f9f2e6;
}
/* CSS Variables */
:root {
--bracken:#5f3c25;
--olive-gold:#c0ae8c;
--ice-cream-cone:#e3cfc0;
--bali-sand:#f6e8d5;
--powdered:#f9f2e6;
}