Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e3b0d5;
}
.venetian-rose {
color: #f0c7e0;
}
.cherry-pearl {
color: #f8e8f3;
}
.lavender-candy {
color: #ffb3d6;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--gumball:#e3b0d5;
--venetian-rose:#f0c7e0;
--cherry-pearl:#f8e8f3;
--lavender-candy:#ffb3d6;
--blush-hour:#ff7092;
}