Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.ice-climber {
color: #2cd8d8;
}
.icy-life {
color: #4ef4e3;
}
.waterspout {
color: #a7f6f6;
}
.matterhorn-snow {
color: #dffbfb;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--ice-climber:#2cd8d8;
--icy-life:#4ef4e3;
--waterspout:#a7f6f6;
--matterhorn-snow:#dffbfb;
}