Color names in this palette
CSS code for this palette
/* CSS */
.cherry-flower {
color: #f8d8e9;
}
.fairy-tale {
color: #f1b1c9;
}
.high-maintenance {
color: #d98cb1;
}
.llilacquered {
color: #c355a2;
}
.romantic-rose {
color: #a93d8e;
}
/* CSS Variables */
:root {
--cherry-flower:#f8d8e9;
--fairy-tale:#f1b1c9;
--high-maintenance:#d98cb1;
--llilacquered:#c355a2;
--romantic-rose:#a93d8e;
}