Color names in this palette
CSS code for this palette
/* CSS */
.punch {
color: #d54030;
}
.orange-pospsicle {
color: #f1a50e;
}
.go-bananas {
color: #f4ca4e;
}
.olive-thrill {
color: #6d8b2d;
}
.black-oak {
color: #4f4f4f;
}
/* CSS Variables */
:root {
--punch:#d54030;
--orange-pospsicle:#f1a50e;
--go-bananas:#f4ca4e;
--olive-thrill:#6d8b2d;
--black-oak:#4f4f4f;
}