Color names in this palette
CSS code for this palette
/* CSS */
.nursery-pink {
color: #f6dae9;
}
.little-baby-girl {
color: #f9b9d4;
}
.sachet-pink {
color: #f490b1;
}
.melon-mist {
color: #ef7b91;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--nursery-pink:#f6dae9;
--little-baby-girl:#f9b9d4;
--sachet-pink:#f490b1;
--melon-mist:#ef7b91;
--bacon-strips:#e13e33;
}