Color names in this palette
CSS code for this palette
/* CSS */
.carmel-woods {
color: #8c6c3b;
}
.olive-gold {
color: #bfae8d;
}
.spice-garden {
color: #c8d8b6;
}
.birthday-suit {
color: #e2c7b6;
}
.seasonal-beige {
color: #e9b79f;
}
/* CSS Variables */
:root {
--carmel-woods:#8c6c3b;
--olive-gold:#bfae8d;
--spice-garden:#c8d8b6;
--birthday-suit:#e2c7b6;
--seasonal-beige:#e9b79f;
}