Color names in this palette
CSS code for this palette
/* CSS */
.sacred-vortex {
color: #a59d8d;
}
.greige {
color: #b1a89a;
}
.another-one-bites-the-dust {
color: #c6baa4;
}
.biltmore-buff {
color: #e1c9a3;
}
.indian-clay {
color: #f3d0bf;
}
/* CSS Variables */
:root {
--sacred-vortex:#a59d8d;
--greige:#b1a89a;
--another-one-bites-the-dust:#c6baa4;
--biltmore-buff:#e1c9a3;
--indian-clay:#f3d0bf;
}