Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e8b5d4;
}
.sparkling-pink {
color: #f3c9e4;
}
.blush-tint {
color: #f4e1e6;
}
.blue-click {
color: #a6d7e7;
}
.mint-mist {
color: #b8e0d6;
}
/* CSS Variables */
:root {
--gumball:#e8b5d4;
--sparkling-pink:#f3c9e4;
--blush-tint:#f4e1e6;
--blue-click:#a6d7e7;
--mint-mist:#b8e0d6;
}