Color names in this palette
CSS code for this palette
/* CSS */
.munsell-blue {
color: #0092b3;
}
.verditer {
color: #00b3aa;
}
.swimmers-pool {
color: #1fc7b6;
}
.aphrodite-aqua {
color: #41f1c8;
}
.icery {
color: #a3f5e0;
}
/* CSS Variables */
:root {
--munsell-blue:#0092b3;
--verditer:#00b3aa;
--swimmers-pool:#1fc7b6;
--aphrodite-aqua:#41f1c8;
--icery:#a3f5e0;
}