Color names in this palette
CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.peach-butter {
color: #ffab3d;
}
.sponge-cake {
color: #ffff3d;
}
.alien-parasite {
color: #3dff3d;
}
.bright-cyan {
color: #3dffff;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--peach-butter:#ffab3d;
--sponge-cake:#ffff3d;
--alien-parasite:#3dff3d;
--bright-cyan:#3dffff;
}