Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.sea-serpent {
color: #4ac6d3;
}
.blue-crystal-landscape {
color: #76e5e1;
}
.waterspout {
color: #a2f6f0;
}
.chef-s-hat {
color: #f2f4f7;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--sea-serpent:#4ac6d3;
--blue-crystal-landscape:#76e5e1;
--waterspout:#a2f6f0;
--chef-s-hat:#f2f4f7;
}