Color names in this palette
CSS code for this palette
/* CSS */
.k-rainando-green {
color: #1f3d35;
}
.zirconia-teal {
color: #2a7e7d;
}
.north-wind {
color: #4cc2c0;
}
.everest {
color: #9fe5e0;
}
.whitest-white {
color: #f7f9f6;
}
/* CSS Variables */
:root {
--k-rainando-green:#1f3d35;
--zirconia-teal:#2a7e7d;
--north-wind:#4cc2c0;
--everest:#9fe5e0;
--whitest-white:#f7f9f6;
}