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