Color names in this palette
CSS code for this palette
/* CSS */
.saffron {
color: #f4c32f;
}
.westfall-yellow {
color: #f9d64e;
}
.yellowish {
color: #fbea6a;
}
.goldfinch {
color: #f6e565;
}
.mustard-yellow {
color: #e0b000;
}
/* CSS Variables */
:root {
--saffron:#f4c32f;
--westfall-yellow:#f9d64e;
--yellowish:#fbea6a;
--goldfinch:#f6e565;
--mustard-yellow:#e0b000;
}