Color names in this palette
CSS code for this palette
/* CSS */
.mauve-orchid {
color: #a76c8e;
}
.rhubarb-gin {
color: #d8a6c3;
}
.petal-poise {
color: #f7e3f1;
}
.oyster-bisque {
color: #f3e5af;
}
.dairy-made {
color: #f1b23b;
}
/* CSS Variables */
:root {
--mauve-orchid:#a76c8e;
--rhubarb-gin:#d8a6c3;
--petal-poise:#f7e3f1;
--oyster-bisque:#f3e5af;
--dairy-made:#f1b23b;
}