Color names in this palette
CSS code for this palette
/* CSS */
.menoth-white-base {
color: #f1e8b7;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.love-spell {
color: #f8b4c1;
}
.candy-floss {
color: #e5a4e1;
}
.lavender-cream {
color: #b5a0f3;
}
/* CSS Variables */
:root {
--menoth-white-base:#f1e8b7;
--enjoyable-yellow:#f6d5a7;
--love-spell:#f8b4c1;
--candy-floss:#e5a4e1;
--lavender-cream:#b5a0f3;
}