Color names in this palette
CSS code for this palette
/* CSS */
.polar-blue {
color: #b2e0e6;
}
.terrace-pool {
color: #9fd6e0;
}
.azure-lake {
color: #7ab8c7;
}
.freshwater {
color: #48a2b1;
}
.turkish-stone {
color: #2e7b8e;
}
/* CSS Variables */
:root {
--polar-blue:#b2e0e6;
--terrace-pool:#9fd6e0;
--azure-lake:#7ab8c7;
--freshwater:#48a2b1;
--turkish-stone:#2e7b8e;
}