Color names in this palette
CSS code for this palette
/* CSS */
.vegas-gold {
color: #c9b559;
}
.trumpet {
color: #d1bb6b;
}
.lustrous-yellow {
color: #e1d77a;
}
.river-of-gold {
color: #e5b35d;
}
.fresh-pineapple {
color: #f2d450;
}
/* CSS Variables */
:root {
--vegas-gold:#c9b559;
--trumpet:#d1bb6b;
--lustrous-yellow:#e1d77a;
--river-of-gold:#e5b35d;
--fresh-pineapple:#f2d450;
}