Color names in this palette
CSS code for this palette
/* CSS */
.orange-gluttony {
color: #ef7d1f;
}
.mad-for-mango {
color: #f5a300;
}
.syndicalist {
color: #fac400;
}
.starship {
color: #e3e03b;
}
.lone-hunter {
color: #98c94f;
}
/* CSS Variables */
:root {
--orange-gluttony:#ef7d1f;
--mad-for-mango:#f5a300;
--syndicalist:#fac400;
--starship:#e3e03b;
--lone-hunter:#98c94f;
}