Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.welcoming-wasp {
color: #f0a800;
}
.sumac-dyed {
color: #e2931d;
}
.sweet-potato {
color: #d97d3f;
}
.beef-hotpot {
color: #a85f2e;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--welcoming-wasp:#f0a800;
--sumac-dyed:#e2931d;
--sweet-potato:#d97d3f;
--beef-hotpot:#a85f2e;
}