Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a77ccb;
}
.lavender-cream {
color: #bda1e8;
}
.purple-sand {
color: #c8b4e9;
}
.dream-land {
color: #eab3e3;
}
.pink-frosting {
color: #f5d6e2;
}
/* CSS Variables */
:root {
--wisteria:#a77ccb;
--lavender-cream:#bda1e8;
--purple-sand:#c8b4e9;
--dream-land:#eab3e3;
--pink-frosting:#f5d6e2;
}