Color names in this palette
CSS code for this palette
/* CSS */
.waddles-pink {
color: #f1a7ca;
}
.in-the-pink {
color: #f4c3cf;
}
.be-mine {
color: #f2e3e7;
}
.autumn-wisteria {
color: #c9a6d9;
}
.eau-de-rose {
color: #e4b9d4;
}
/* CSS Variables */
:root {
--waddles-pink:#f1a7ca;
--in-the-pink:#f4c3cf;
--be-mine:#f2e3e7;
--autumn-wisteria:#c9a6d9;
--eau-de-rose:#e4b9d4;
}