Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f6c1d5;
}
.wonder-lust {
color: #f18ea0;
}
.sun-kissed-coral {
color: #f0667b;
}
.t-natiuh-red {
color: #d03e54;
}
.haute-couture {
color: #9c1c2b;
}
/* CSS Variables */
:root {
--cherry-blossom:#f6c1d5;
--wonder-lust:#f18ea0;
--sun-kissed-coral:#f0667b;
--t-natiuh-red:#d03e54;
--haute-couture:#9c1c2b;
}