Color names in this palette
CSS code for this palette
/* CSS */
.orange-ochre {
color: #d97c30;
}
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.schabziger-green {
color: #e2e5b8;
}
.berry-pie {
color: #4f6d8c;
}
/* CSS Variables */
:root {
--orange-ochre:#d97c30;
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--schabziger-green:#e2e5b8;
--berry-pie:#4f6d8c;
}