Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.gizmo {
color: #d69fb3;
}
.mauve-memento {
color: #a66e92;
}
.goddess-of-dawn {
color: #8b4b73;
}
.melanie {
color: #e1b7c4;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--gizmo:#d69fb3;
--mauve-memento:#a66e92;
--goddess-of-dawn:#8b4b73;
--melanie:#e1b7c4;
}