Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.usc-gold {
color: #ffcc00;
}
.yellow-bell-pepper {
color: #ffda33;
}
.yuzu-marmalade {
color: #ffd966;
}
.lemon-peel {
color: #ffec80;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--usc-gold:#ffcc00;
--yellow-bell-pepper:#ffda33;
--yuzu-marmalade:#ffd966;
--lemon-peel:#ffec80;
}