Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f3b4d6;
}
.violet-kiss {
color: #f2a6d1;
}
.orange-grove {
color: #fbaf8e;
}
.optimistic-yellow {
color: #f6e0a7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--soft-cashmere:#f3b4d6;
--violet-kiss:#f2a6d1;
--orange-grove:#fbaf8e;
--optimistic-yellow:#f6e0a7;
--creamy-sweet-corn:#f9c54e;
}