Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.cherry-flower {
color: #f9d7e9;
}
.only-yesterday {
color: #f4d1b8;
}
.blushing-tulip {
color: #df9fb5;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sullivan-s-heart:#f7c5d5;
--cherry-flower:#f9d7e9;
--only-yesterday:#f4d1b8;
--blushing-tulip:#df9fb5;
}