Color names in this palette
CSS code for this palette
/* CSS */
.toy-blue {
color: #00899e;
}
.wax-crayon-blue {
color: #00a8a5;
}
.verditer {
color: #00b3aa;
}
.verditer {
color: #00bdb0;
}
.mint-leaf {
color: #00d1b2;
}
/* CSS Variables */
:root {
--toy-blue:#00899e;
--wax-crayon-blue:#00a8a5;
--verditer:#00b3aa;
--verditer:#00bdb0;
--mint-leaf:#00d1b2;
}