Color names in this palette
CSS code for this palette
/* CSS */
.just-a-tease {
color: #f9d6d2;
}
.ibis {
color: #f2b1c0;
}
.waddles-pink {
color: #efa9c8;
}
.high-maintenance {
color: #d68fb7;
}
.purple-cheeks {
color: #b67c9f;
}
/* CSS Variables */
:root {
--just-a-tease:#f9d6d2;
--ibis:#f2b1c0;
--waddles-pink:#efa9c8;
--high-maintenance:#d68fb7;
--purple-cheeks:#b67c9f;
}