Color names in this palette
CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.mango-tango {
color: #ff7e3d;
}
.peach-butter {
color: #ffae3d;
}
.dandelion-yellow {
color: #ffdb3d;
}
.alien-parasite {
color: #3dff3d;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--mango-tango:#ff7e3d;
--peach-butter:#ffae3d;
--dandelion-yellow:#ffdb3d;
--alien-parasite:#3dff3d;
}