Color names in this palette
CSS code for this palette
/* CSS */
.peppermint-swirl {
color: #d45980;
}
.wewak {
color: #f28c9a;
}
.sweetheart {
color: #f4c3d6;
}
.wishy-washy-lilies {
color: #f6dfe9;
}
.abalone {
color: #f9f1f4;
}
/* CSS Variables */
:root {
--peppermint-swirl:#d45980;
--wewak:#f28c9a;
--sweetheart:#f4c3d6;
--wishy-washy-lilies:#f6dfe9;
--abalone:#f9f1f4;
}