Color names in this palette
CSS code for this palette
/* CSS */
.splash-of-honey {
color: #d8b98d;
}
.pelican-tan {
color: #c7a77f;
}
.eastern-gold {
color: #b79e6c;
}
.union-station {
color: #c7c5b8;
}
.chopsticks {
color: #e0d1b8;
}
/* CSS Variables */
:root {
--splash-of-honey:#d8b98d;
--pelican-tan:#c7a77f;
--eastern-gold:#b79e6c;
--union-station:#c7c5b8;
--chopsticks:#e0d1b8;
}