Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #5b2c90;
}
.harley-hair-purple {
color: #8d4aba;
}
.creeping-bellflower {
color: #b78cc5;
}
.ballerina-pink {
color: #f5b7ba;
}
.neon-light {
color: #fede5d;
}
/* CSS Variables */
:root {
--lucid-dream:#5b2c90;
--harley-hair-purple:#8d4aba;
--creeping-bellflower:#b78cc5;
--ballerina-pink:#f5b7ba;
--neon-light:#fede5d;
}