Color names in this palette
CSS code for this palette
/* CSS */
.mellow-melon {
color: #e92063;
}
.sasquatch-socks {
color: #ff4281;
}
.mandarin-sorbet {
color: #ffad42;
}
.egg-yolk {
color: #ffcc80;
}
.kul-sharif-blue {
color: #80d3fa;
}
/* CSS Variables */
:root {
--mellow-melon:#e92063;
--sasquatch-socks:#ff4281;
--mandarin-sorbet:#ffad42;
--egg-yolk:#ffcc80;
--kul-sharif-blue:#80d3fa;
}