Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.forsythia-blossom {
color: #f9d66c;
}
.bursting-lemon {
color: #f9e285;
}
.banana-yogurt {
color: #f8e8b4;
}
.pink-beach {
color: #f7c2a6;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--forsythia-blossom:#f9d66c;
--bursting-lemon:#f9e285;
--banana-yogurt:#f8e8b4;
--pink-beach:#f7c2a6;
}