Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f6b1c5;
}
.cherry-blossom {
color: #f8c4d5;
}
.summer-cosmos {
color: #f9d2de;
}
.wishy-washy-lilies {
color: #f6dfe9;
}
.sweetheart {
color: #f3c3d7;
}
/* CSS Variables */
:root {
--cupid:#f6b1c5;
--cherry-blossom:#f8c4d5;
--summer-cosmos:#f9d2de;
--wishy-washy-lilies:#f6dfe9;
--sweetheart:#f3c3d7;
}