Color names in this palette
CSS code for this palette
/* CSS */
.soft-purple {
color: #a568b1;
}
.violet-kiss {
color: #f1a7d3;
}
.marigold-dust {
color: #f4cf3e;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--soft-purple:#a568b1;
--violet-kiss:#f1a7d3;
--marigold-dust:#f4cf3e;
--creamy-sweet-corn:#f9c54e;
--white-smoke:#f5f5f5;
}