Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a6e7e1;
}
.peppy {
color: #6ed4b2;
}
.waterfall {
color: #3bb0a4;
}
.ocean-liner {
color: #1b8b8d;
}
.oceanside {
color: #00596b;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a6e7e1;
--peppy:#6ed4b2;
--waterfall:#3bb0a4;
--ocean-liner:#1b8b8d;
--oceanside:#00596b;
}