Color names in this palette
CSS code for this palette
/* CSS */
.ultraviolet-berl {
color: #c74bce;
}
.ripe-lavander {
color: #a24fd8;
}
.picton-blue {
color: #5a9fd8;
}
.sea-serpent {
color: #4ac8d3;
}
.ice-crystal-blue {
color: #a4e5e2;
}
/* CSS Variables */
:root {
--ultraviolet-berl:#c74bce;
--ripe-lavander:#a24fd8;
--picton-blue:#5a9fd8;
--sea-serpent:#4ac8d3;
--ice-crystal-blue:#a4e5e2;
}