Color names in this palette
CSS code for this palette
/* CSS */
.whipped-peach {
color: #f9cfae;
}
.coral-serenade {
color: #f6a48e;
}
.salmon-pok-bowl {
color: #f27a78;
}
.rosy-cheeks {
color: #d94a69;
}
.valentine-s-day {
color: #a23967;
}
/* CSS Variables */
:root {
--whipped-peach:#f9cfae;
--coral-serenade:#f6a48e;
--salmon-pok-bowl:#f27a78;
--rosy-cheeks:#d94a69;
--valentine-s-day:#a23967;
}