Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d3b7e1;
}
.radiant-orchid {
color: #a85d9a;
}
.iced-vovo {
color: #e2a2af;
}
.bunny-cake {
color: #f4b4cb;
}
.paper-tiger {
color: #fcf1b0;
}
/* CSS Variables */
:root {
--pretty-petunia:#d3b7e1;
--radiant-orchid:#a85d9a;
--iced-vovo:#e2a2af;
--bunny-cake:#f4b4cb;
--paper-tiger:#fcf1b0;
}