Color names in this palette
CSS code for this palette
/* CSS */
.anna-banana {
color: #f9d948;
}
.egyptian-gold {
color: #f0a94c;
}
.crushed-orange {
color: #e27b2c;
}
.mandy {
color: #d2515e;
}
.thimble-red {
color: #a35c8e;
}
/* CSS Variables */
:root {
--anna-banana:#f9d948;
--egyptian-gold:#f0a94c;
--crushed-orange:#e27b2c;
--mandy:#d2515e;
--thimble-red:#a35c8e;
}