Color names in this palette
CSS code for this palette
/* CSS */
.burning-tomato {
color: #e84930;
}
.orange-zest {
color: #f06e28;
}
.egyptian-gold {
color: #f0a64c;
}
.maize {
color: #f4d04e;
}
.lightish-green {
color: #5cdb69;
}
/* CSS Variables */
:root {
--burning-tomato:#e84930;
--orange-zest:#f06e28;
--egyptian-gold:#f0a64c;
--maize:#f4d04e;
--lightish-green:#5cdb69;
}