Color names in this palette
CSS code for this palette
/* CSS */
.brass-balls {
color: #e7b840;
}
.orange-gluttony {
color: #e77e23;
}
.mandarin-red {
color: #e25040;
}
.ibis-rose {
color: #c55e8c;
}
.royal-lavender {
color: #7d59a6;
}
/* CSS Variables */
:root {
--brass-balls:#e7b840;
--orange-gluttony:#e77e23;
--mandarin-red:#e25040;
--ibis-rose:#c55e8c;
--royal-lavender:#7d59a6;
}