Color names in this palette
CSS code for this palette
/* CSS */
.dull-violet {
color: #7b2e8e;
}
.meadow-mauve {
color: #a55f91;
}
.gizmo {
color: #d5a4b3;
}
.sullivan-s-heart {
color: #f6c6d3;
}
.snow-plum {
color: #f3e7f2;
}
/* CSS Variables */
:root {
--dull-violet:#7b2e8e;
--meadow-mauve:#a55f91;
--gizmo:#d5a4b3;
--sullivan-s-heart:#f6c6d3;
--snow-plum:#f3e7f2;
}