Color names in this palette
CSS code for this palette
/* CSS */
.etcetera {
color: #e1c6d4;
}
.rhubarb-gin {
color: #d9a6c2;
}
.in-the-pink {
color: #f4c3cf;
}
.little-baby-girl {
color: #f9b9d2;
}
.pork-belly {
color: #f8e2e7;
}
/* CSS Variables */
:root {
--etcetera:#e1c6d4;
--rhubarb-gin:#d9a6c2;
--in-the-pink:#f4c3cf;
--little-baby-girl:#f9b9d2;
--pork-belly:#f8e2e7;
}