Color names in this palette
CSS code for this palette
/* CSS */
.mauve {
color: #e0b3ff;
}
.bright-ube {
color: #d6a4e5;
}
.gumball {
color: #e6b3d3;
}
.peach-damask {
color: #f6c7a7;
}
.hawaiian-cream {
color: #f9e6b9;
}
/* CSS Variables */
:root {
--mauve:#e0b3ff;
--bright-ube:#d6a4e5;
--gumball:#e6b3d3;
--peach-damask:#f6c7a7;
--hawaiian-cream:#f9e6b9;
}