Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.montego-bay {
color: #3bb9c4;
}
.hammam-blue {
color: #68d5d9;
}
.ice-crystal-blue {
color: #a6e7e1;
}
.distant-horizon {
color: #f1f9f8;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--montego-bay:#3bb9c4;
--hammam-blue:#68d5d9;
--ice-crystal-blue:#a6e7e1;
--distant-horizon:#f1f9f8;
}