Color names in this palette
CSS code for this palette
/* CSS */
.ghostly-purple {
color: #7b5a90;
}
.satin-flower {
color: #b98dbf;
}
.sunday-gloves {
color: #d6b8d2;
}
.blush-tint {
color: #f4e1e6;
}
.allspice {
color: #f9c9a9;
}
/* CSS Variables */
:root {
--ghostly-purple:#7b5a90;
--satin-flower:#b98dbf;
--sunday-gloves:#d6b8d2;
--blush-tint:#f4e1e6;
--allspice:#f9c9a9;
}