Color names in this palette
CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.synthetic-pumpkin {
color: #ff7b3d;
}
.corona {
color: #ffb53d;
}
.dandelion-yellow {
color: #ffdb3d;
}
.alien-parasite {
color: #3dff3d;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--synthetic-pumpkin:#ff7b3d;
--corona:#ffb53d;
--dandelion-yellow:#ffdb3d;
--alien-parasite:#3dff3d;
}