Color names in this palette
CSS code for this palette
/* CSS */
.dusty-pink {
color: #d78894;
}
.parfait-pink {
color: #e4b4c6;
}
.sweetheart {
color: #f4c3d6;
}
.frolic {
color: #f9e6e1;
}
.mystic-tulip {
color: #f5b6a3;
}
/* CSS Variables */
:root {
--dusty-pink:#d78894;
--parfait-pink:#e4b4c6;
--sweetheart:#f4c3d6;
--frolic:#f9e6e1;
--mystic-tulip:#f5b6a3;
}