Color names in this palette
CSS code for this palette
/* CSS */
.berry-popsicle {
color: #d7a7cb;
}
.etcetera {
color: #e2c5d2;
}
.mellow-flower {
color: #f1dfe9;
}
.old-flame {
color: #f4b9b8;
}
.impatient-pink {
color: #d97d94;
}
/* CSS Variables */
:root {
--berry-popsicle:#d7a7cb;
--etcetera:#e2c5d2;
--mellow-flower:#f1dfe9;
--old-flame:#f4b9b8;
--impatient-pink:#d97d94;
}