Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.lago-blue {
color: #1eafc2;
}
.turquoise-sea {
color: #60d4e6;
}
.everest {
color: #a3e6e4;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--lago-blue:#1eafc2;
--turquoise-sea:#60d4e6;
--everest:#a3e6e4;
--distant-horizon:#f1f9f9;
}