Color names in this palette
CSS code for this palette
/* CSS */
.wild-rose {
color: #ca7d9a;
}
.chantilly {
color: #eab8c9;
}
.white-red {
color: #f2e9e9;
}
.bleached-sunflower {
color: #f9e9a9;
}
.royal-gold-pearl {
color: #d3a64a;
}
/* CSS Variables */
:root {
--wild-rose:#ca7d9a;
--chantilly:#eab8c9;
--white-red:#f2e9e9;
--bleached-sunflower:#f9e9a9;
--royal-gold-pearl:#d3a64a;
}