Color names in this palette
CSS code for this palette
/* CSS */
.parfait-pink {
color: #e6b2c4;
}
.in-the-pink {
color: #f2c5d2;
}
.poetic-princess {
color: #f8e2e6;
}
.eugenia {
color: #f2e9d4;
}
.wax-way {
color: #d8b569;
}
/* CSS Variables */
:root {
--parfait-pink:#e6b2c4;
--in-the-pink:#f2c5d2;
--poetic-princess:#f8e2e6;
--eugenia:#f2e9d4;
--wax-way:#d8b569;
}