Color names in this palette
CSS code for this palette
/* CSS */
.parfait-pink {
color: #e6b2c5;
}
.lily-legs {
color: #f1c6d7;
}
.blush-tint {
color: #f4e1e5;
}
.banana-mania {
color: #fae7b2;
}
.peach-temptation {
color: #f1c4b1;
}
/* CSS Variables */
:root {
--parfait-pink:#e6b2c5;
--lily-legs:#f1c6d7;
--blush-tint:#f4e1e5;
--banana-mania:#fae7b2;
--peach-temptation:#f1c4b1;
}