Color names in this palette
CSS code for this palette
/* CSS */
.20000-leagues-under-the-sea {
color: #1a1f6b;
}
.chinese-blue {
color: #3a4c92;
}
.ashton-blue {
color: #4c7bbd;
}
.aero {
color: #7bb7e5;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--20000-leagues-under-the-sea:#1a1f6b;
--chinese-blue:#3a4c92;
--ashton-blue:#4c7bbd;
--aero:#7bb7e5;
--sea-cliff:#a3c7e0;
}