Color names in this palette
CSS code for this palette
/* CSS */
.curry-bubbles {
color: #f5b800;
}
.shocking-orange {
color: #ff6d1f;
}
.coral-red {
color: #ff3d3d;
}
.unicorn-dust {
color: #ff2990;
}
.shady-neon-blue {
color: #5b4dff;
}
/* CSS Variables */
:root {
--curry-bubbles:#f5b800;
--shocking-orange:#ff6d1f;
--coral-red:#ff3d3d;
--unicorn-dust:#ff2990;
--shady-neon-blue:#5b4dff;
}