Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.viking {
color: #4cb7c8;
}
.turkish-turquoise {
color: #74e2e2;
}
.waterspout {
color: #9ff4f4;
}
.duck-egg-blue {
color: #c3f9f9;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--viking:#4cb7c8;
--turkish-turquoise:#74e2e2;
--waterspout:#9ff4f4;
--duck-egg-blue:#c3f9f9;
}