Color names in this palette
CSS code for this palette
/* CSS */
.exotic-violet {
color: #e29cd2;
}
.favorite-lavender {
color: #d3a7d7;
}
.eternal-elegance {
color: #b3c1df;
}
.chefchaouen-blue {
color: #a1d3e8;
}
.tequila {
color: #f3cba5;
}
/* CSS Variables */
:root {
--exotic-violet:#e29cd2;
--favorite-lavender:#d3a7d7;
--eternal-elegance:#b3c1df;
--chefchaouen-blue:#a1d3e8;
--tequila:#f3cba5;
}