Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.holiday-blue {
color: #3cc6d3;
}
.faded-poster {
color: #80dff4;
}
.pale-king-s-blue {
color: #a5f3e8;
}
.frosty-mint {
color: #e3f7f1;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--holiday-blue:#3cc6d3;
--faded-poster:#80dff4;
--pale-king-s-blue:#a5f3e8;
--frosty-mint:#e3f7f1;
}