Color names in this palette
CSS code for this palette
/* CSS */
.sunny-side-up {
color: #ffdc42;
}
.bee-cluster {
color: #ffaa33;
}
.melon {
color: #ff7857;
}
.neon-fuchsia {
color: #ff4265;
}
.office-neon-light {
color: #ff2478;
}
/* CSS Variables */
:root {
--sunny-side-up:#ffdc42;
--bee-cluster:#ffaa33;
--melon:#ff7857;
--neon-fuchsia:#ff4265;
--office-neon-light:#ff2478;
}