Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f6a2af;
}
.in-the-pink {
color: #f3c4d3;
}
.white-red {
color: #f2e9e9;
}
.sandalwood-beige {
color: #f2d0b1;
}
.creole-cottage {
color: #e8b59c;
}
/* CSS Variables */
:root {
--simple-pink:#f6a2af;
--in-the-pink:#f3c4d3;
--white-red:#f2e9e9;
--sandalwood-beige:#f2d0b1;
--creole-cottage:#e8b59c;
}