Color names in this palette
CSS code for this palette
/* CSS */
.cheddar-cheese {
color: #ef853e;
}
.y-ng-ch-ng-orange {
color: #f09f3d;
}
.go-bananas {
color: #f4ca4e;
}
.banan-appeal {
color: #f9efa4;
}
.cookie-crust {
color: #e6b456;
}
/* CSS Variables */
:root {
--cheddar-cheese:#ef853e;
--y-ng-ch-ng-orange:#f09f3d;
--go-bananas:#f4ca4e;
--banan-appeal:#f9efa4;
--cookie-crust:#e6b456;
}