Color names in this palette
CSS code for this palette
/* CSS */
.stalactite-brown {
color: #d3c5a7;
}
.oatmeal-biscuit {
color: #b9a86e;
}
.gallant-gold {
color: #a4773d;
}
.aged-antics {
color: #8c6a2b;
}
.black-queen {
color: #6a4e2a;
}
/* CSS Variables */
:root {
--stalactite-brown:#d3c5a7;
--oatmeal-biscuit:#b9a86e;
--gallant-gold:#a4773d;
--aged-antics:#8c6a2b;
--black-queen:#6a4e2a;
}