Color names in this palette
CSS code for this palette
/* CSS */
.splendor-gold {
color: #ffb24d;
}
.hawaiian-passion {
color: #ff9b3d;
}
.mango-tango {
color: #ff7e3d;
}
.orange-soda {
color: #ff5e3d;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--splendor-gold:#ffb24d;
--hawaiian-passion:#ff9b3d;
--mango-tango:#ff7e3d;
--orange-soda:#ff5e3d;
--coral-red:#ff3d3d;
}