Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.hopeful {
color: #f4d2e2;
}
.love-spell {
color: #f6b6c6;
}
.flower-girl {
color: #f49aaa;
}
.flower-blossom-pink {
color: #f17e8c;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--hopeful:#f4d2e2;
--love-spell:#f6b6c6;
--flower-girl:#f49aaa;
--flower-blossom-pink:#f17e8c;
}