Color names in this palette
CSS code for this palette
/* CSS */
.llilacquered {
color: #c85f96;
}
.princess {
color: #f1a7b4;
}
.parrot-tulip {
color: #f0c1d4;
}
.first-crush {
color: #f8e2e9;
}
.cherry-flower {
color: #f9d7e9;
}
/* CSS Variables */
:root {
--llilacquered:#c85f96;
--princess:#f1a7b4;
--parrot-tulip:#f0c1d4;
--first-crush:#f8e2e9;
--cherry-flower:#f9d7e9;
}