Color names in this palette
CSS code for this palette
/* CSS */
.igniting {
color: #f3d69b;
}
.maximum-yellow-red {
color: #f1b74b;
}
.gilded-leaves {
color: #e8a03b;
}
.christmas-orange {
color: #d16c29;
}
.beef-hotpot {
color: #a85f2e;
}
/* CSS Variables */
:root {
--igniting:#f3d69b;
--maximum-yellow-red:#f1b74b;
--gilded-leaves:#e8a03b;
--christmas-orange:#d16c29;
--beef-hotpot:#a85f2e;
}