Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff6038;
}
.orangish {
color: #ff8e47;
}
.duckling {
color: #ffb057;
}
.chickadee {
color: #ffcf66;
}
.candle-flame {
color: #fff4a3;
}
/* CSS Variables */
:root {
--toxic-orange:#ff6038;
--orangish:#ff8e47;
--duckling:#ffb057;
--chickadee:#ffcf66;
--candle-flame:#fff4a3;
}