Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-gin {
color: #d9a5c5;
}
.bossa-nova {
color: #4d3d4c;
}
.plum-swirl {
color: #927c8f;
}
.rustique {
color: #f6c1b1;
}
.oyster-bisque {
color: #f2e6b0;
}
/* CSS Variables */
:root {
--rhubarb-gin:#d9a5c5;
--bossa-nova:#4d3d4c;
--plum-swirl:#927c8f;
--rustique:#f6c1b1;
--oyster-bisque:#f2e6b0;
}