Color names in this palette
CSS code for this palette
/* CSS */
.romanic-scene {
color: #3a0c4b;
}
.lounge-violet {
color: #5c2f6f;
}
.vicious-violet {
color: #894f9c;
}
.charm {
color: #d1718c;
}
.cherry-blossom {
color: #f2c0d5;
}
/* CSS Variables */
:root {
--romanic-scene:#3a0c4b;
--lounge-violet:#5c2f6f;
--vicious-violet:#894f9c;
--charm:#d1718c;
--cherry-blossom:#f2c0d5;
}