Color names in this palette
CSS code for this palette
/* CSS */
.harvest-wreath {
color: #f8d6c4;
}
.candlelight-peach {
color: #f9a39a;
}
.power-peony {
color: #f4578c;
}
.pink-flambe {
color: #d64c7a;
}
.baton-rouge {
color: #9d3f6b;
}
/* CSS Variables */
:root {
--harvest-wreath:#f8d6c4;
--candlelight-peach:#f9a39a;
--power-peony:#f4578c;
--pink-flambe:#d64c7a;
--baton-rouge:#9d3f6b;
}