Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-gin {
color: #d9a6c3;
}
.peach-damask {
color: #f6c4a7;
}
.alpine-berry-yellow {
color: #f7e1bb;
}
.blended-fruit {
color: #f9e4a4;
}
.pinkathon {
color: #f2baba;
}
/* CSS Variables */
:root {
--rhubarb-gin:#d9a6c3;
--peach-damask:#f6c4a7;
--alpine-berry-yellow:#f7e1bb;
--blended-fruit:#f9e4a4;
--pinkathon:#f2baba;
}