Color names in this palette
CSS code for this palette
/* CSS */
.munsell-blue {
color: #0092b3;
}
.verditer {
color: #00b3aa;
}
.lifeless-green {
color: #00dba4;
}
.sweet-mint-pesto {
color: #b3ed9c;
}
.bright-halo {
color: #ffd166;
}
/* CSS Variables */
:root {
--munsell-blue:#0092b3;
--verditer:#00b3aa;
--lifeless-green:#00dba4;
--sweet-mint-pesto:#b3ed9c;
--bright-halo:#ffd166;
}