Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.glassmith {
color: #4bb7c3;
}
.arctic-blue {
color: #91d7d9;
}
.refreshing-pool {
color: #b7e6e5;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--glassmith:#4bb7c3;
--arctic-blue:#91d7d9;
--refreshing-pool:#b7e6e5;
--distant-horizon:#f1f8f8;
}