Color names in this palette
CSS code for this palette
/* CSS */
.knockout-orange {
color: #e66d3d;
}
.pumpkin-bread {
color: #d57b44;
}
.kingdom-gold {
color: #d4a63a;
}
.tasman-honey-yellow {
color: #e4c862;
}
.gilded {
color: #f6d94c;
}
/* CSS Variables */
:root {
--knockout-orange:#e66d3d;
--pumpkin-bread:#d57b44;
--kingdom-gold:#d4a63a;
--tasman-honey-yellow:#e4c862;
--gilded:#f6d94c;
}