Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.princess {
color: #f1a7b4;
}
.poudretteite-pink {
color: #e58b9b;
}
.pinkish {
color: #d66b80;
}
.fruit-dove {
color: #c64e6e;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--princess:#f1a7b4;
--poudretteite-pink:#e58b9b;
--pinkish:#d66b80;
--fruit-dove:#c64e6e;
}