Color names in this palette
CSS code for this palette
/* CSS */
.ocean-cruise {
color: #9ed4e0;
}
.maritime-soft-blue {
color: #69b3bf;
}
.panorama {
color: #2d7886;
}
.lacustral {
color: #1d4d4e;
}
.nordic {
color: #1a3d3c;
}
/* CSS Variables */
:root {
--ocean-cruise:#9ed4e0;
--maritime-soft-blue:#69b3bf;
--panorama:#2d7886;
--lacustral:#1d4d4e;
--nordic:#1a3d3c;
}