Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-mauve {
color: #b25c87;
}
.sweet-perfume {
color: #d39cbb;
}
.in-the-pink {
color: #f2c5d2;
}
.flan {
color: #f6e2b6;
}
.band-aid {
color: #d7a97e;
}
/* CSS Variables */
:root {
--dahlia-mauve:#b25c87;
--sweet-perfume:#d39cbb;
--in-the-pink:#f2c5d2;
--flan:#f6e2b6;
--band-aid:#d7a97e;
}