CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.mary-s-rose {
color: #f4d2d2;
}
.bateau-brown {
color: #795d5d;
}
.posy {
color: #f3e0d3;
}
.steel {
color: #7a7a7a;
}
/* CSS Variables */
:root {
--white:#ffffff;
--mary-s-rose:#f4d2d2;
--bateau-brown:#795d5d;
--posy:#f3e0d3;
--steel:#7a7a7a;
}