Color names in this palette
CSS code for this palette
/* CSS */
.exotic-violet {
color: #e29cd2;
}
.bright-ube {
color: #d5a1e3;
}
.california-lilac {
color: #b9c6e4;
}
.mint-cocktail-green {
color: #b9e2b6;
}
.mocha-dandelion {
color: #f3d86d;
}
/* CSS Variables */
:root {
--exotic-violet:#e29cd2;
--bright-ube:#d5a1e3;
--california-lilac:#b9c6e4;
--mint-cocktail-green:#b9e2b6;
--mocha-dandelion:#f3d86d;
}