Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.shocking-orange {
color: #ff6d1f;
}
.tomato-queen {
color: #d74c1d;
}
.crimson-blaze {
color: #a83e1a;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--shocking-orange:#ff6d1f;
--tomato-queen:#d74c1d;
--crimson-blaze:#a83e1a;
}