Color names in this palette
CSS code for this palette
/* CSS */
.orange-you-happy {
color: #ff801f;
}
.exotic-flower {
color: #ffa04d;
}
.isn-t-it-just-peachy {
color: #ffb375;
}
.big-bus-yellow {
color: #ffdc8a;
}
.beaming-sun {
color: #fff8e0;
}
/* CSS Variables */
:root {
--orange-you-happy:#ff801f;
--exotic-flower:#ffa04d;
--isn-t-it-just-peachy:#ffb375;
--big-bus-yellow:#ffdc8a;
--beaming-sun:#fff8e0;
}