Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.dark-lilac {
color: #a36cac;
}
.heart-to-heart {
color: #d7a7c7;
}
.menoth-white-base {
color: #f1e8b7;
}
.esprit-peach {
color: #ffc29e;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--dark-lilac:#a36cac;
--heart-to-heart:#d7a7c7;
--menoth-white-base:#f1e8b7;
--esprit-peach:#ffc29e;
}