Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.orange-ochre {
color: #d97c30;
}
.welcoming-wasp {
color: #f0a800;
}
.jemima {
color: #f4d67b;
}
.almost-aloe {
color: #c5eab3;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--orange-ochre:#d97c30;
--welcoming-wasp:#f0a800;
--jemima:#f4d67b;
--almost-aloe:#c5eab3;
}