Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d7a0e9;
}
.pale-purple {
color: #b58fd6;
}
.rich-lavender {
color: #a86dd0;
}
.elastic-pink {
color: #f1a2c7;
}
.foundation {
color: #f7e9c5;
}
/* CSS Variables */
:root {
--bright-ube:#d7a0e9;
--pale-purple:#b58fd6;
--rich-lavender:#a86dd0;
--elastic-pink:#f1a2c7;
--foundation:#f7e9c5;
}