Color names in this palette
CSS code for this palette
/* CSS */
.maizena {
color: #f6ec60;
}
.westfall-yellow {
color: #f8d34f;
}
.creamy-sweet-corn {
color: #f9c148;
}
.squash-blossom {
color: #f7b83b;
}
.late-afternoon {
color: #f4a82f;
}
/* CSS Variables */
:root {
--maizena:#f6ec60;
--westfall-yellow:#f8d34f;
--creamy-sweet-corn:#f9c148;
--squash-blossom:#f7b83b;
--late-afternoon:#f4a82f;
}