Color names in this palette
CSS code for this palette
/* CSS */
.footie-pajamas {
color: #e7cae7;
}
.berry-popsicle {
color: #d5a4d1;
}
.pale-purple {
color: #b98fd1;
}
.soft-purple {
color: #a46db0;
}
.hyacinth-violet {
color: #9b508d;
}
/* CSS Variables */
:root {
--footie-pajamas:#e7cae7;
--berry-popsicle:#d5a4d1;
--pale-purple:#b98fd1;
--soft-purple:#a46db0;
--hyacinth-violet:#9b508d;
}