Color names in this palette
CSS code for this palette
/* CSS */
.bright-orange {
color: #ff7033;
}
.sunset-yellow {
color: #ff8b3d;
}
.floral-leaf {
color: #ffb54d;
}
.quiche-lorraine {
color: #ffd770;
}
.candle-flame {
color: #fff7a3;
}
/* CSS Variables */
:root {
--bright-orange:#ff7033;
--sunset-yellow:#ff8b3d;
--floral-leaf:#ffb54d;
--quiche-lorraine:#ffd770;
--candle-flame:#fff7a3;
}