CSS code for this palette
/* CSS */
.barely-peach {
color: #ffe9c7;
}
.white {
color: #ffffff;
}
.pink-theory {
color: #ffe5e5;
}
.robinhood {
color: #6c6c3d;
}
.akabeni {
color: #c72929;
}
/* CSS Variables */
:root {
--barely-peach:#ffe9c7;
--white:#ffffff;
--pink-theory:#ffe5e5;
--robinhood:#6c6c3d;
--akabeni:#c72929;
}