Color names in this palette
CSS code for this palette
/* CSS */
.munsell-blue {
color: #0092b3;
}
.malibu-blue {
color: #00b2d6;
}
.pluviophile {
color: #5ed8e4;
}
.ice-crystal-blue {
color: #a5e4e0;
}
.casino-lights {
color: #f6f3b6;
}
/* CSS Variables */
:root {
--munsell-blue:#0092b3;
--malibu-blue:#00b2d6;
--pluviophile:#5ed8e4;
--ice-crystal-blue:#a5e4e0;
--casino-lights:#f6f3b6;
}