Color names in this palette
CSS code for this palette
/* CSS */
.parfait-pink {
color: #e6b2c7;
}
.ballet {
color: #f7d5d4;
}
.speeding-ticket {
color: #f9f1d7;
}
.iced-avocado {
color: #cae2b6;
}
.club-cruise {
color: #8dc3e2;
}
/* CSS Variables */
:root {
--parfait-pink:#e6b2c7;
--ballet:#f7d5d4;
--speeding-ticket:#f9f1d7;
--iced-avocado:#cae2b6;
--club-cruise:#8dc3e2;
}