Color names in this palette
CSS code for this palette
/* CSS */
.it-s-a-girl {
color: #ffdbe2;
}
.ladylike {
color: #ffc2c2;
}
.patient-pink {
color: #ffaba3;
}
.orange-aura {
color: #ff9385;
}
.coral-pink {
color: #f77c78;
}
/* CSS Variables */
:root {
--it-s-a-girl:#ffdbe2;
--ladylike:#ffc2c2;
--patient-pink:#ffaba3;
--orange-aura:#ff9385;
--coral-pink:#f77c78;
}