Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.amber-glow {
color: #f29d3a;
}
.orange-crush {
color: #ef7534;
}
.flamingo {
color: #e05e4d;
}
.geranium {
color: #d84665;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--amber-glow:#f29d3a;
--orange-crush:#ef7534;
--flamingo:#e05e4d;
--geranium:#d84665;
}