Color names in this palette
CSS code for this palette
/* CSS */
.moonshadow {
color: #8d43ad;
}
.lucid-dream {
color: #5c2f92;
}
.beaded-blue {
color: #4a4e8c;
}
.blue-chill {
color: #3e8e8b;
}
.ufo-green {
color: #2ecc70;
}
/* CSS Variables */
:root {
--moonshadow:#8d43ad;
--lucid-dream:#5c2f92;
--beaded-blue:#4a4e8c;
--blue-chill:#3e8e8b;
--ufo-green:#2ecc70;
}