Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-peel {
color: #ff9d00;
}
.sunglow {
color: #ffcf33;
}
.citrus-punch {
color: #ffeb85;
}
.grapefruit-pulp {
color: #ff6e61;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--mandarin-peel:#ff9d00;
--sunglow:#ffcf33;
--citrus-punch:#ffeb85;
--grapefruit-pulp:#ff6e61;
--coral-red:#ff3d3d;
}