Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.moonshadow {
color: #8d43ad;
}
.ufo-green {
color: #2ecc70;
}
.aloha {
color: #1abc9c;
}
.blue-damselfly {
color: #3398db;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--moonshadow:#8d43ad;
--ufo-green:#2ecc70;
--aloha:#1abc9c;
--blue-damselfly:#3398db;
}