Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.flattering-peach {
color: #f3d3b4;
}
.aspen-yellow {
color: #f4e09f;
}
.terrace-pool {
color: #a3d6e0;
}
.windsor-way {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--flattering-peach:#f3d3b4;
--aspen-yellow:#f4e09f;
--terrace-pool:#a3d6e0;
--windsor-way:#a2c7e7;
}