Color names in this palette
CSS code for this palette
/* CSS */
.moonlight-yellow {
color: #e0c58a;
}
.rustic-rose {
color: #c9b5a6;
}
.black-diamond-apple {
color: #8c7c9c;
}
.grapes-of-italy {
color: #6e4d8f;
}
.deep-plum {
color: #4b2d5d;
}
/* CSS Variables */
:root {
--moonlight-yellow:#e0c58a;
--rustic-rose:#c9b5a6;
--black-diamond-apple:#8c7c9c;
--grapes-of-italy:#6e4d8f;
--deep-plum:#4b2d5d;
}