Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.flame-orange {
color: #f78a1d;
}
.rusty-nail {
color: #c94e22;
}
.rumba-red {
color: #8c2c3e;
}
.violethargic {
color: #5a2a6f;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--flame-orange:#f78a1d;
--rusty-nail:#c94e22;
--rumba-red:#8c2c3e;
--violethargic:#5a2a6f;
}