Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3d8f;
}
.mauve-memento {
color: #a66e93;
}
.smoked-lavender {
color: #d0b6b3;
}
.little-sun-dress {
color: #f9c85d;
}
.red-mana {
color: #f65151;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3d8f;
--mauve-memento:#a66e93;
--smoked-lavender:#d0b6b3;
--little-sun-dress:#f9c85d;
--red-mana:#f65151;
}