Color names in this palette
CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.yellow-jacket {
color: #ffcb3d;
}
.alien-parasite {
color: #3dff3d;
}
.bright-cyan {
color: #3dffff;
}
.dried-magenta {
color: #ff3dff;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--yellow-jacket:#ffcb3d;
--alien-parasite:#3dff3d;
--bright-cyan:#3dffff;
--dried-magenta:#ff3dff;
}