Color names in this palette
CSS code for this palette
/* CSS */
.20000-leagues-under-the-sea {
color: #191967;
}
.bluebell {
color: #3b3b9b;
}
.iris {
color: #5858ca;
}
.perrywinkle {
color: #8c8cee;
}
.winterspring-lilac {
color: #b3b3ff;
}
/* CSS Variables */
:root {
--20000-leagues-under-the-sea:#191967;
--bluebell:#3b3b9b;
--iris:#5858ca;
--perrywinkle:#8c8cee;
--winterspring-lilac:#b3b3ff;
}