Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.snow-white-blush {
color: #f9aeae;
}
.squash-blossom {
color: #f6b83c;
}
.violet-kiss {
color: #f7a1d2;
}
.wake-me-up {
color: #f5d65c;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--snow-white-blush:#f9aeae;
--squash-blossom:#f6b83c;
--violet-kiss:#f7a1d2;
--wake-me-up:#f5d65c;
}