Color names in this palette
CSS code for this palette
/* CSS */
.cedar-chest {
color: #c95b4a;
}
.peachy-scene {
color: #da784e;
}
.maximum-yellow-red {
color: #f0ba4c;
}
.flame-seal {
color: #f3e158;
}
.alverda {
color: #a3c770;
}
/* CSS Variables */
:root {
--cedar-chest:#c95b4a;
--peachy-scene:#da784e;
--maximum-yellow-red:#f0ba4c;
--flame-seal:#f3e158;
--alverda:#a3c770;
}