Color names in this palette
CSS code for this palette
/* CSS */
.blushed-cotton {
color: #f0e0d1;
}
.precious-pink {
color: #f9b5b4;
}
.strawberry-pink {
color: #f26e7f;
}
.kacey-s-pink {
color: #e94e77;
}
.nightly-violet {
color: #723f7d;
}
/* CSS Variables */
:root {
--blushed-cotton:#f0e0d1;
--precious-pink:#f9b5b4;
--strawberry-pink:#f26e7f;
--kacey-s-pink:#e94e77;
--nightly-violet:#723f7d;
}