Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d4a2e6;
}
.menthol-kiss {
color: #a2e6d4;
}
.prettiest-pink {
color: #e6a2c5;
}
.basil-smash {
color: #b3e6a2;
}
.italian-straw {
color: #e6d4a2;
}
/* CSS Variables */
:root {
--bright-ube:#d4a2e6;
--menthol-kiss:#a2e6d4;
--prettiest-pink:#e6a2c5;
--basil-smash:#b3e6a2;
--italian-straw:#e6d4a2;
}