Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.shocking-orange {
color: #ff6d1f;
}
.sohi-red {
color: #e75e3c;
}
.gladiola {
color: #d85041;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--shocking-orange:#ff6d1f;
--sohi-red:#e75e3c;
--gladiola:#d85041;
}