Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.yuzu-jam {
color: #fad400;
}
.american-yellow {
color: #ebb400;
}
.lepton-gold {
color: #d1a000;
}
.butter-fudge {
color: #a86b00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--yuzu-jam:#fad400;
--american-yellow:#ebb400;
--lepton-gold:#d1a000;
--butter-fudge:#a86b00;
}