Color names in this palette
CSS code for this palette
/* CSS */
.thalassophile {
color: #45b2e8;
}
.fairy-tale-blue {
color: #3d9bbd;
}
.valley-of-glaciers {
color: #2c7a9b;
}
.oceanic-motion {
color: #1c5d7d;
}
.victorian-peacock {
color: #0f4f66;
}
/* CSS Variables */
:root {
--thalassophile:#45b2e8;
--fairy-tale-blue:#3d9bbd;
--valley-of-glaciers:#2c7a9b;
--oceanic-motion:#1c5d7d;
--victorian-peacock:#0f4f66;
}