Color names in this palette
CSS code for this palette
/* CSS */
.lady-flower {
color: #d2a7b2;
}
.athena-pink {
color: #e8b0c4;
}
.sly-shrimp {
color: #f7e2d9;
}
.avid-apricot {
color: #f3c5a0;
}
.first-date {
color: #f1b3a2;
}
/* CSS Variables */
:root {
--lady-flower:#d2a7b2;
--athena-pink:#e8b0c4;
--sly-shrimp:#f7e2d9;
--avid-apricot:#f3c5a0;
--first-date:#f1b3a2;
}