Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.gizmo {
color: #d69fb8;
}
.moonlight-mauve {
color: #c87eab;
}
.mauve-memento {
color: #a76c94;
}
.majesty {
color: #6c3c6d;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--gizmo:#d69fb8;
--moonlight-mauve:#c87eab;
--mauve-memento:#a76c94;
--majesty:#6c3c6d;
}