Color names in this palette
CSS code for this palette
/* CSS */
.lusty-lavender {
color: #8a5bae;
}
.heart-potion {
color: #a77bb2;
}
.favorite-lavender {
color: #d7a3d5;
}
.rosy-nectar {
color: #f0c1df;
}
.candy-bar {
color: #ffb8d4;
}
/* CSS Variables */
:root {
--lusty-lavender:#8a5bae;
--heart-potion:#a77bb2;
--favorite-lavender:#d7a3d5;
--rosy-nectar:#f0c1df;
--candy-bar:#ffb8d4;
}