Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.snow-white-blush {
color: #f9aeae;
}
.cherry-flower {
color: #f9d7e9;
}
.flamingo-feather {
color: #f9b9d9;
}
.khaki-core {
color: #f9e3ae;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--snow-white-blush:#f9aeae;
--cherry-flower:#f9d7e9;
--flamingo-feather:#f9b9d9;
--khaki-core:#f9e3ae;
}