Color names in this palette
CSS code for this palette
/* CSS */
.it-s-a-girl {
color: #ffdbe1;
}
.patient-pink {
color: #ffaba3;
}
.caramel-finish {
color: #ffd699;
}
.girlie {
color: #ffd1d1;
}
.hibiscus-delight {
color: #ff9b70;
}
/* CSS Variables */
:root {
--it-s-a-girl:#ffdbe1;
--patient-pink:#ffaba3;
--caramel-finish:#ffd699;
--girlie:#ffd1d1;
--hibiscus-delight:#ff9b70;
}