Color names in this palette
CSS code for this palette
/* CSS */
.parfait-pink {
color: #e3b0c3;
}
.hopeful {
color: #f2d4e1;
}
.fancy-pink {
color: #f7ebe8;
}
.ivory-tower {
color: #f9f4f1;
}
.sheer-lavender {
color: #f0dff6;
}
/* CSS Variables */
:root {
--parfait-pink:#e3b0c3;
--hopeful:#f2d4e1;
--fancy-pink:#f7ebe8;
--ivory-tower:#f9f4f1;
--sheer-lavender:#f0dff6;
}