Color names in this palette
CSS code for this palette
/* CSS */
.naval-night {
color: #0a1e3d;
}
.maritime-outpost {
color: #1a4b7f;
}
.magical-merlin {
color: #3d8cd6;
}
.ti-n-l-n-sky {
color: #61b5ff;
}
.droplet {
color: #a8e1ff;
}
/* CSS Variables */
:root {
--naval-night:#0a1e3d;
--maritime-outpost:#1a4b7f;
--magical-merlin:#3d8cd6;
--ti-n-l-n-sky:#61b5ff;
--droplet:#a8e1ff;
}