Color names in this palette
CSS code for this palette
/* CSS */
.royal-banner {
color: #c94a6a;
}
.peach-bud {
color: #f9b1ae;
}
.chic-peach {
color: #f0d0c7;
}
.maximum-yellow-red {
color: #f2b845;
}
.falling-leaves {
color: #a35a3e;
}
/* CSS Variables */
:root {
--royal-banner:#c94a6a;
--peach-bud:#f9b1ae;
--chic-peach:#f0d0c7;
--maximum-yellow-red:#f2b845;
--falling-leaves:#a35a3e;
}