Color names in this palette
CSS code for this palette
/* CSS */
.sherbet-fruit {
color: #f7c8bb;
}
.orange-grove {
color: #fbaf8e;
}
.mango-margarita {
color: #f7b84a;
}
.lemon-dream {
color: #f0a400;
}
.palomino-gold {
color: #dbac00;
}
/* CSS Variables */
:root {
--sherbet-fruit:#f7c8bb;
--orange-grove:#fbaf8e;
--mango-margarita:#f7b84a;
--lemon-dream:#f0a400;
--palomino-gold:#dbac00;
}