Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.american-yellow {
color: #f5b400;
}
.flambrosia {
color: #e6a800;
}
.molten-bronze {
color: #c79c00;
}
.sunlit-kelp-green {
color: #7a6e00;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--american-yellow:#f5b400;
--flambrosia:#e6a800;
--molten-bronze:#c79c00;
--sunlit-kelp-green:#7a6e00;
}