Color names in this palette
CSS code for this palette
/* CSS */
.kimberly {
color: #6b5b8b;
}
.violet-femmes {
color: #a76c9e;
}
.think-pink {
color: #e5a4c2;
}
.milky-maize {
color: #f8d8a0;
}
.marigold-dust {
color: #f5ca3d;
}
/* CSS Variables */
:root {
--kimberly:#6b5b8b;
--violet-femmes:#a76c9e;
--think-pink:#e5a4c2;
--milky-maize:#f8d8a0;
--marigold-dust:#f5ca3d;
}