Color names in this palette
CSS code for this palette
/* CSS */
.20000-leagues-under-the-sea {
color: #1a1d6b;
}
.beaded-blue {
color: #4a4d8c;
}
.corsican-purple {
color: #7c82b1;
}
.wish {
color: #b3b8e0;
}
.alice-blue {
color: #f0f5ff;
}
/* CSS Variables */
:root {
--20000-leagues-under-the-sea:#1a1d6b;
--beaded-blue:#4a4d8c;
--corsican-purple:#7c82b1;
--wish:#b3b8e0;
--alice-blue:#f0f5ff;
}