Color names in this palette
CSS code for this palette
/* CSS */
.gold-foil {
color: #d9a44a;
}
.river-of-gold {
color: #e4b55e;
}
.luscious-lemon {
color: #f1bf6a;
}
.rapunzel {
color: #f5d87f;
}
.bleached-sunflower {
color: #fbe7a7;
}
/* CSS Variables */
:root {
--gold-foil:#d9a44a;
--river-of-gold:#e4b55e;
--luscious-lemon:#f1bf6a;
--rapunzel:#f5d87f;
--bleached-sunflower:#fbe7a7;
}