Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.orange-pepper {
color: #d67d00;
}
.tijolo {
color: #a84f00;
}
.centipede-brown {
color: #6b2b00;
}
.jasper {
color: #d53f3f;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--orange-pepper:#d67d00;
--tijolo:#a84f00;
--centipede-brown:#6b2b00;
--jasper:#d53f3f;
}