Color names in this palette
CSS code for this palette
/* CSS */
.20000-leagues-under-the-sea {
color: #1e1a6b;
}
.galaxy-express {
color: #3b3d9b;
}
.loch-ness {
color: #5d6ab6;
}
.brocade {
color: #8d80d1;
}
.canterbury-bells {
color: #b9c4e4;
}
/* CSS Variables */
:root {
--20000-leagues-under-the-sea:#1e1a6b;
--galaxy-express:#3b3d9b;
--loch-ness:#5d6ab6;
--brocade:#8d80d1;
--canterbury-bells:#b9c4e4;
}