Color names in this palette
CSS code for this palette
/* CSS */
.orange-gluttony {
color: #ed7a1d;
}
.phoenix-flames {
color: #ff9c1a;
}
.orange-pop {
color: #ffb83d;
}
.soviet-gold {
color: #ffd900;
}
.aerospace-orange {
color: #ff5100;
}
/* CSS Variables */
:root {
--orange-gluttony:#ed7a1d;
--phoenix-flames:#ff9c1a;
--orange-pop:#ffb83d;
--soviet-gold:#ffd900;
--aerospace-orange:#ff5100;
}