Color names in this palette
CSS code for this palette
/* CSS */
.20000-leagues-under-the-sea {
color: #1a1f6b;
}
.blue-highlight {
color: #2f4b89;
}
.sea-crystal {
color: #5e8ea6;
}
.tropic-tide {
color: #69c3c0;
}
.cashew-cheese {
color: #f6f9b9;
}
/* CSS Variables */
:root {
--20000-leagues-under-the-sea:#1a1f6b;
--blue-highlight:#2f4b89;
--sea-crystal:#5e8ea6;
--tropic-tide:#69c3c0;
--cashew-cheese:#f6f9b9;
}