Color names in this palette
CSS code for this palette
/* CSS */
.deep-plum {
color: #4a2d5c;
}
.purple-sapphire {
color: #794b8b;
}
.soft-purple {
color: #a86fbe;
}
.pink-bliss {
color: #e1a8d3;
}
.melon-ice {
color: #f3dac9;
}
/* CSS Variables */
:root {
--deep-plum:#4a2d5c;
--purple-sapphire:#794b8b;
--soft-purple:#a86fbe;
--pink-bliss:#e1a8d3;
--melon-ice:#f3dac9;
}