Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.forsythia-blossom {
color: #f9d66c;
}
.no-gmb-yellow {
color: #f9e78b;
}
.khaki-core {
color: #f9e3ae;
}
.just-blush {
color: #f9b5a4;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--forsythia-blossom:#f9d66c;
--no-gmb-yellow:#f9e78b;
--khaki-core:#f9e3ae;
--just-blush:#f9b5a4;
}