Color names in this palette
CSS code for this palette
/* CSS */
.italian-fitch {
color: #d2c9e8;
}
.pekin-chicken {
color: #f4d2a9;
}
.first-date {
color: #f7b2a1;
}
.faded-pink {
color: #e09eb0;
}
.pretty-petunia {
color: #d8bae3;
}
/* CSS Variables */
:root {
--italian-fitch:#d2c9e8;
--pekin-chicken:#f4d2a9;
--first-date:#f7b2a1;
--faded-pink:#e09eb0;
--pretty-petunia:#d8bae3;
}