Color names in this palette
CSS code for this palette
/* CSS */
.20000-leagues-under-the-sea {
color: #191967;
}
.bluebell {
color: #3b3b9b;
}
.circumorbital-ring {
color: #5c5ccc;
}
.blue-party-parrot {
color: #8080ff;
}
.shy-moment {
color: #a3a3ff;
}
/* CSS Variables */
:root {
--20000-leagues-under-the-sea:#191967;
--bluebell:#3b3b9b;
--circumorbital-ring:#5c5ccc;
--blue-party-parrot:#8080ff;
--shy-moment:#a3a3ff;
}