Color names in this palette
CSS code for this palette
/* CSS */
.imperial {
color: #5d2d6c;
}
.hashita-purple {
color: #8d5e8d;
}
.lover-s-tryst {
color: #b58ca3;
}
.geranium-bud {
color: #d2a3c4;
}
.sweetheart {
color: #f1c1d9;
}
/* CSS Variables */
:root {
--imperial:#5d2d6c;
--hashita-purple:#8d5e8d;
--lover-s-tryst:#b58ca3;
--geranium-bud:#d2a3c4;
--sweetheart:#f1c1d9;
}