Color names in this palette
CSS code for this palette
/* CSS */
.igniting {
color: #f4d79a;
}
.sandy {
color: #f2d77d;
}
.butterblond {
color: #f2c763;
}
.maximum-yellow-red {
color: #f0ba4c;
}
.amber-glow {
color: #ef9d39;
}
/* CSS Variables */
:root {
--igniting:#f4d79a;
--sandy:#f2d77d;
--butterblond:#f2c763;
--maximum-yellow-red:#f0ba4c;
--amber-glow:#ef9d39;
}