Color names in this palette
CSS code for this palette
/* CSS */
.glitter-is-not-gold {
color: #ffdd57;
}
.westfall-yellow {
color: #f9d44e;
}
.pyrite {
color: #f8c73f;
}
.hot-sun {
color: #f6b32c;
}
.pesto-calabrese {
color: #f4992a;
}
/* CSS Variables */
:root {
--glitter-is-not-gold:#ffdd57;
--westfall-yellow:#f9d44e;
--pyrite:#f8c73f;
--hot-sun:#f6b32c;
--pesto-calabrese:#f4992a;
}