Color names in this palette
CSS code for this palette
/* CSS */
.highlighter-yellow {
color: #f9e93e;
}
.gilded {
color: #f5d94d;
}
.goldsmith {
color: #f2b650;
}
.gilded-leaves {
color: #e8a03b;
}
.california {
color: #e78c3c;
}
/* CSS Variables */
:root {
--highlighter-yellow:#f9e93e;
--gilded:#f5d94d;
--goldsmith:#f2b650;
--gilded-leaves:#e8a03b;
--california:#e78c3c;
}