Color names in this palette
CSS code for this palette
/* CSS */
.cabbage-rose {
color: #c8a192;
}
.wax-way {
color: #d6b66b;
}
.powdered-gold {
color: #e7d2b1;
}
.spring-marsh {
color: #bfad5f;
}
.star-anise-scent {
color: #a87d4d;
}
/* CSS Variables */
:root {
--cabbage-rose:#c8a192;
--wax-way:#d6b66b;
--powdered-gold:#e7d2b1;
--spring-marsh:#bfad5f;
--star-anise-scent:#a87d4d;
}