Color names in this palette
CSS code for this palette
/* CSS */
.icy-landscape {
color: #c7ebfa;
}
.terrace-pool {
color: #a3d6e0;
}
.squeaky {
color: #6bc3d6;
}
.river-blue {
color: #3cb1c8;
}
.tropical-lagoon {
color: #1f9cb2;
}
/* CSS Variables */
:root {
--icy-landscape:#c7ebfa;
--terrace-pool:#a3d6e0;
--squeaky:#6bc3d6;
--river-blue:#3cb1c8;
--tropical-lagoon:#1f9cb2;
}