Color names in this palette
CSS code for this palette
/* CSS */
.bright-orange {
color: #ff7033;
}
.sunset-yellow {
color: #ff8b3d;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.honey-bird {
color: #ffd28f;
}
.lively-yellow {
color: #ffebb3;
}
/* CSS Variables */
:root {
--bright-orange:#ff7033;
--sunset-yellow:#ff8b3d;
--peanut-butter-chicken:#ffb65c;
--honey-bird:#ffd28f;
--lively-yellow:#ffebb3;
}