Color names in this palette
CSS code for this palette
/* CSS */
.deco-pink {
color: #f7c5c8;
}
.candlelight-peach {
color: #f9a29f;
}
.antique-wicker-basket {
color: #f7d3a1;
}
.venetian-yellow {
color: #f3e4a0;
}
.leaf-bud {
color: #f1f7a1;
}
/* CSS Variables */
:root {
--deco-pink:#f7c5c8;
--candlelight-peach:#f9a29f;
--antique-wicker-basket:#f7d3a1;
--venetian-yellow:#f3e4a0;
--leaf-bud:#f1f7a1;
}