Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.raichu-orange {
color: #f9a939;
}
.sun-orange {
color: #f47b1f;
}
.obstinate-orange {
color: #d8512c;
}
.chocolate-chili {
color: #a83e2e;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--raichu-orange:#f9a939;
--sun-orange:#f47b1f;
--obstinate-orange:#d8512c;
--chocolate-chili:#a83e2e;
}