CSS code for this palette
/* CSS */
.beauty-bush {
color: #ebb9b2;
}
.indian-clay {
color: #f3d0bf;
}
.posy {
color: #f4e0d2;
}
.lush-life {
color: #e7f5e0;
}
.wind-tunnel {
color: #c7e1e5;
}
/* CSS Variables */
:root {
--beauty-bush:#ebb9b2;
--indian-clay:#f3d0bf;
--posy:#f4e0d2;
--lush-life:#e7f5e0;
--wind-tunnel:#c7e1e5;
}