Color names in this palette
CSS code for this palette
/* CSS */
.munsell-blue {
color: #0092b3;
}
.verditer {
color: #00b3aa;
}
.tilla-kari-mosque {
color: #00d1c7;
}
.fresh-turquoise {
color: #3ddbd6;
}
.pale-king-s-blue {
color: #a2f1e5;
}
/* CSS Variables */
:root {
--munsell-blue:#0092b3;
--verditer:#00b3aa;
--tilla-kari-mosque:#00d1c7;
--fresh-turquoise:#3ddbd6;
--pale-king-s-blue:#a2f1e5;
}