Color names in this palette
CSS code for this palette
/* CSS */
.basket-beige {
color: #c0a78c;
}
.bean-pot {
color: #8c6d4f;
}
.earthen-jug {
color: #a65e3a;
}
.artisan-tea {
color: #d8c2b0;
}
.almost-pink {
color: #f1e2da;
}
/* CSS Variables */
:root {
--basket-beige:#c0a78c;
--bean-pot:#8c6d4f;
--earthen-jug:#a65e3a;
--artisan-tea:#d8c2b0;
--almost-pink:#f1e2da;
}