Color names in this palette
CSS code for this palette
/* CSS */
.orange-bell-pepper {
color: #ff8b42;
}
.floral-leaf {
color: #ffb84d;
}
.peach-cr-me-br-l-e {
color: #ffe09e;
}
.soviet-gold {
color: #ffd900;
}
.aerospace-orange {
color: #ff5100;
}
/* CSS Variables */
:root {
--orange-bell-pepper:#ff8b42;
--floral-leaf:#ffb84d;
--peach-cr-me-br-l-e:#ffe09e;
--soviet-gold:#ffd900;
--aerospace-orange:#ff5100;
}