Color names in this palette
CSS code for this palette
/* CSS */
.torrid-turquoise {
color: #00948a;
}
.verditer {
color: #00b3ad;
}
.pristine-oceanic {
color: #00d1c0;
}
.ice-climber {
color: #23e7c9;
}
.icy-life {
color: #5cffe7;
}
/* CSS Variables */
:root {
--torrid-turquoise:#00948a;
--verditer:#00b3ad;
--pristine-oceanic:#00d1c0;
--ice-climber:#23e7c9;
--icy-life:#5cffe7;
}