Color names in this palette
CSS code for this palette
/* CSS */
.polar-blue {
color: #b3e0e6;
}
.terrace-pool {
color: #a3d6e0;
}
.meltwater {
color: #77c6ca;
}
.freshwater {
color: #4ea6b1;
}
.riviera-paradise {
color: #00999e;
}
/* CSS Variables */
:root {
--polar-blue:#b3e0e6;
--terrace-pool:#a3d6e0;
--meltwater:#77c6ca;
--freshwater:#4ea6b1;
--riviera-paradise:#00999e;
}