Color names in this palette
CSS code for this palette
/* CSS */
.munsell-blue {
color: #0092b3;
}
.verditer {
color: #00b3aa;
}
.drunken-dragonfly {
color: #3ddb8a;
}
.blacksmith-fire {
color: #f6e75a;
}
.fiery-salmon {
color: #f86868;
}
/* CSS Variables */
:root {
--munsell-blue:#0092b3;
--verditer:#00b3aa;
--drunken-dragonfly:#3ddb8a;
--blacksmith-fire:#f6e75a;
--fiery-salmon:#f86868;
}