Color names in this palette
CSS code for this palette
/* CSS */
.gold-sand {
color: #f6e5a7;
}
.sorreno-lemon {
color: #f2d15a;
}
.va-va-voom {
color: #e6b84c;
}
.angel-food-cake {
color: #d8a24f;
}
.bountiful-gold {
color: #e3c66d;
}
/* CSS Variables */
:root {
--gold-sand:#f6e5a7;
--sorreno-lemon:#f2d15a;
--va-va-voom:#e6b84c;
--angel-food-cake:#d8a24f;
--bountiful-gold:#e3c66d;
}