Color names in this palette
CSS code for this palette
/* CSS */
.munsell-blue {
color: #0092b3;
}
.picnic-day-sky {
color: #00c4f0;
}
.everest {
color: #a1e8e1;
}
.casino-lights {
color: #f6f2b6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--munsell-blue:#0092b3;
--picnic-day-sky:#00c4f0;
--everest:#a1e8e1;
--casino-lights:#f6f2b6;
--grapefruit-pulp:#ff6e61;
}