Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.garden-party {
color: #e3a5b7;
}
.pressed-flower {
color: #d48cc2;
}
.safflower-purple {
color: #b54f91;
}
.beetiful-magenta {
color: #902c6d;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--garden-party:#e3a5b7;
--pressed-flower:#d48cc2;
--safflower-purple:#b54f91;
--beetiful-magenta:#902c6d;
}