Color names in this palette
CSS code for this palette
/* CSS */
.industrial-turquoise {
color: #008a73;
}
.verditer {
color: #00bdad;
}
.mega-teal {
color: #00e6a1;
}
.light-mint-green {
color: #a4f9b5;
}
.winter-mist {
color: #e5ffe8;
}
/* CSS Variables */
:root {
--industrial-turquoise:#008a73;
--verditer:#00bdad;
--mega-teal:#00e6a1;
--light-mint-green:#a4f9b5;
--winter-mist:#e5ffe8;
}