Color names in this palette
CSS code for this palette
/* CSS */
.egg-toast {
color: #f6c80e;
}
.mad-for-mango {
color: #f5a300;
}
.flame-orange {
color: #f68c23;
}
.sunset-blaze {
color: #e55c2a;
}
.fire-island {
color: #d94f3a;
}
/* CSS Variables */
:root {
--egg-toast:#f6c80e;
--mad-for-mango:#f5a300;
--flame-orange:#f68c23;
--sunset-blaze:#e55c2a;
--fire-island:#d94f3a;
}