Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.cherry-blossom {
color: #f4bed6;
}
.brittany-s-bow {
color: #f5d6df;
}
.poetic-princess {
color: #f9e1e5;
}
.rose-sugar {
color: #fbe4e6;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--cherry-blossom:#f4bed6;
--brittany-s-bow:#f5d6df;
--poetic-princess:#f9e1e5;
--rose-sugar:#fbe4e6;
}