Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a6e3e0;
}
.soft-turquoise {
color: #73d4d1;
}
.north-wind {
color: #4bc3c1;
}
.tempo {
color: #2cadaf;
}
.ocean-liner {
color: #1b8b8d;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a6e3e0;
--soft-turquoise:#73d4d1;
--north-wind:#4bc3c1;
--tempo:#2cadaf;
--ocean-liner:#1b8b8d;
}