Color names in this palette
CSS code for this palette
/* CSS */
.candlelight-peach {
color: #f8a2a0;
}
.antique-wicker-basket {
color: #f2d4a1;
}
.green-power {
color: #e2e2c5;
}
.chapel-blue {
color: #b0d4e8;
}
.della-robbia-blue {
color: #7b9acc;
}
/* CSS Variables */
:root {
--candlelight-peach:#f8a2a0;
--antique-wicker-basket:#f2d4a1;
--green-power:#e2e2c5;
--chapel-blue:#b0d4e8;
--della-robbia-blue:#7b9acc;
}