Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1a3d6b;
}
.valley-of-glaciers {
color: #2d7d9a;
}
.cave-lake {
color: #4db8c7;
}
.aqua-fiesta {
color: #92e2e1;
}
.distant-horizon {
color: #f2f8f8;
}
/* CSS Variables */
:root {
--lucidity:#1a3d6b;
--valley-of-glaciers:#2d7d9a;
--cave-lake:#4db8c7;
--aqua-fiesta:#92e2e1;
--distant-horizon:#f2f8f8;
}