Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e3b5d2;
}
.sullivan-s-heart {
color: #f6c6d3;
}
.sunset-pink {
color: #fbd5e6;
}
.candlelight-ivory {
color: #fdf4e2;
}
.icy-lemonade {
color: #f6e8b1;
}
/* CSS Variables */
:root {
--gumball:#e3b5d2;
--sullivan-s-heart:#f6c6d3;
--sunset-pink:#fbd5e6;
--candlelight-ivory:#fdf4e2;
--icy-lemonade:#f6e8b1;
}