Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e25d;
}
.westfall-yellow {
color: #f9d64e;
}
.pyrite {
color: #f9c73e;
}
.yellow-groove {
color: #f9b92f;
}
.phoenix-flames {
color: #f9a21f;
}
/* CSS Variables */
:root {
--goldfinch:#f9e25d;
--westfall-yellow:#f9d64e;
--pyrite:#f9c73e;
--yellow-groove:#f9b92f;
--phoenix-flames:#f9a21f;
}