Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.chantilly {
color: #eab8c6;
}
.favorite-lavender {
color: #d9a5d5;
}
.daphne-rose {
color: #c27ab8;
}
.dahlia-mauve {
color: #b55a8c;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--chantilly:#eab8c6;
--favorite-lavender:#d9a5d5;
--daphne-rose:#c27ab8;
--dahlia-mauve:#b55a8c;
}