Color names in this palette
CSS code for this palette
/* CSS */
.20000-leagues-under-the-sea {
color: #1a1f6b;
}
.dead-lake {
color: #2d5a8b;
}
.freshwater {
color: #4ba7b9;
}
.aurora-green {
color: #6fdc8b;
}
.sphere {
color: #f2e9ca;
}
/* CSS Variables */
:root {
--20000-leagues-under-the-sea:#1a1f6b;
--dead-lake:#2d5a8b;
--freshwater:#4ba7b9;
--aurora-green:#6fdc8b;
--sphere:#f2e9ca;
}