Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.anna-banana {
color: #f7d74b;
}
.lazy-daisy {
color: #f8eba0;
}
.casandora-yellow {
color: #fbcb5b;
}
.lemon-pound-cake {
color: #fddb91;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--anna-banana:#f7d74b;
--lazy-daisy:#f8eba0;
--casandora-yellow:#fbcb5b;
--lemon-pound-cake:#fddb91;
}