Color names in this palette
CSS code for this palette
/* CSS */
.cyber-grape {
color: #5b3f7d;
}
.just-a-fairytale {
color: #6f5b9a;
}
.lush-lilac {
color: #a27cbb;
}
.blushing-sky {
color: #d5aed4;
}
.sweetheart {
color: #f2c5d9;
}
/* CSS Variables */
:root {
--cyber-grape:#5b3f7d;
--just-a-fairytale:#6f5b9a;
--lush-lilac:#a27cbb;
--blushing-sky:#d5aed4;
--sweetheart:#f2c5d9;
}