Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.cherry-blossom {
color: #f3bfd4;
}
.pink-frosting {
color: #f6d5e3;
}
.phoenix-villa {
color: #f7efde;
}
.banana-yogurt {
color: #f9e8b4;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--cherry-blossom:#f3bfd4;
--pink-frosting:#f6d5e3;
--phoenix-villa:#f7efde;
--banana-yogurt:#f9e8b4;
}