Color names in this palette
CSS code for this palette
/* CSS */
.deep-plum {
color: #4d2d5c;
}
.gala-ball {
color: #7b5b7b;
}
.long-forgotten-purple {
color: #a5789c;
}
.gizmo {
color: #d2a3b9;
}
.in-the-pink {
color: #f2c5cf;
}
/* CSS Variables */
:root {
--deep-plum:#4d2d5c;
--gala-ball:#7b5b7b;
--long-forgotten-purple:#a5789c;
--gizmo:#d2a3b9;
--in-the-pink:#f2c5cf;
}