Color names in this palette
CSS code for this palette
/* CSS */
.orange-you-happy {
color: #ff7f24;
}
.floral-leaf {
color: #ffb84d;
}
.tuscan-sun {
color: #ffd84d;
}
.snug-yellow {
color: #ffdb80;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--orange-you-happy:#ff7f24;
--floral-leaf:#ffb84d;
--tuscan-sun:#ffd84d;
--snug-yellow:#ffdb80;
--shocking-orange:#ff6d1f;
}