Color names in this palette
CSS code for this palette
/* CSS */
.bright-orange {
color: #ff7033;
}
.indian-saffron {
color: #ff9933;
}
.vibrant-honey {
color: #ffbe33;
}
.banana-yellow {
color: #ffe033;
}
.candle-flame {
color: #fff9a3;
}
/* CSS Variables */
:root {
--bright-orange:#ff7033;
--indian-saffron:#ff9933;
--vibrant-honey:#ffbe33;
--banana-yellow:#ffe033;
--candle-flame:#fff9a3;
}