Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.sweet-lilac {
color: #eab8d1;
}
.high-maintenance {
color: #d789b5;
}
.mulberry-yogurt {
color: #c24c8d;
}
.valentine-s-day {
color: #a43765;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--sweet-lilac:#eab8d1;
--high-maintenance:#d789b5;
--mulberry-yogurt:#c24c8d;
--valentine-s-day:#a43765;
}