Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.emperor-jewel {
color: #735c8a;
}
.coffee-rose {
color: #a78b8f;
}
.flax-beige {
color: #d5c3b3;
}
.willow-herb {
color: #e8d9b5;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--emperor-jewel:#735c8a;
--coffee-rose:#a78b8f;
--flax-beige:#d5c3b3;
--willow-herb:#e8d9b5;
}