Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.holiday-blue {
color: #3cc1d3;
}
.throat-chakra {
color: #6ed3d8;
}
.ice-crystal-blue {
color: #a5e1e3;
}
.windswept {
color: #d3f3f2;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--holiday-blue:#3cc1d3;
--throat-chakra:#6ed3d8;
--ice-crystal-blue:#a5e1e3;
--windswept:#d3f3f2;
}