Color names in this palette
CSS code for this palette
/* CSS */
.geode {
color: #4b3d66;
}
.ghostly-purple {
color: #7c5a90;
}
.tiny-ribbons {
color: #b58cb1;
}
.child-s-play {
color: #e4b9d5;
}
.sheer-lavender {
color: #f0dff6;
}
/* CSS Variables */
:root {
--geode:#4b3d66;
--ghostly-purple:#7c5a90;
--tiny-ribbons:#b58cb1;
--child-s-play:#e4b9d5;
--sheer-lavender:#f0dff6;
}