Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.montego-bay {
color: #3cb8c3;
}
.blue-radiance {
color: #5ed4d4;
}
.turquoise-pearl {
color: #8ef5e7;
}
.hello-winter {
color: #9ff9f1;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--montego-bay:#3cb8c3;
--blue-radiance:#5ed4d4;
--turquoise-pearl:#8ef5e7;
--hello-winter:#9ff9f1;
}