CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.peach-butter {
color: #ffae3d;
}
.sponge-cake {
color: #fffc3d;
}
.lime {
color: #a5ff3d;
}
.bright-cyan {
color: #3dfff5;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--peach-butter:#ffae3d;
--sponge-cake:#fffc3d;
--lime:#a5ff3d;
--bright-cyan:#3dfff5;
}