Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.black-diamond-apple {
color: #8c7c9c;
}
.moonraker {
color: #c2b2d7;
}
.high-style-beige {
color: #e4d7c4;
}
.smooth-silk {
color: #f5ead1;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--black-diamond-apple:#8c7c9c;
--moonraker:#c2b2d7;
--high-style-beige:#e4d7c4;
--smooth-silk:#f5ead1;
}