Color names in this palette
CSS code for this palette
/* CSS */
.spirit-warrior {
color: #d0543e;
}
.welcoming-wasp {
color: #f0a800;
}
.ginger-peach {
color: #f8d0a0;
}
.strawberry-yogurt {
color: #e9afb4;
}
.honey-maple {
color: #a66e5e;
}
/* CSS Variables */
:root {
--spirit-warrior:#d0543e;
--welcoming-wasp:#f0a800;
--ginger-peach:#f8d0a0;
--strawberry-yogurt:#e9afb4;
--honey-maple:#a66e5e;
}