Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e8b5d3;
}
.violet-kiss {
color: #f2a1cf;
}
.strawberry-soap {
color: #f68899;
}
.orange-marmalade {
color: #fbae6f;
}
.forsythia-blossom {
color: #f8d86d;
}
/* CSS Variables */
:root {
--gumball:#e8b5d3;
--violet-kiss:#f2a1cf;
--strawberry-soap:#f68899;
--orange-marmalade:#fbae6f;
--forsythia-blossom:#f8d86d;
}