Color names in this palette
CSS code for this palette
/* CSS */
.20000-leagues-under-the-sea {
color: #1e1e6c;
}
.bluebell {
color: #3b3b9b;
}
.circumorbital-ring {
color: #5757c1;
}
.wondrous-wisteria {
color: #a9a9f4;
}
.m-white {
color: #f5f5ff;
}
/* CSS Variables */
:root {
--20000-leagues-under-the-sea:#1e1e6c;
--bluebell:#3b3b9b;
--circumorbital-ring:#5757c1;
--wondrous-wisteria:#a9a9f4;
--m-white:#f5f5ff;
}