CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.carrot {
color: #ff713d;
}
.peach-butter {
color: #ffab3d;
}
.lamplight {
color: #ffd23d;
}
.orange-pop {
color: #ffbe3d;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--carrot:#ff713d;
--peach-butter:#ffab3d;
--lamplight:#ffd23d;
--orange-pop:#ffbe3d;
}