Color names in this palette
CSS code for this palette
/* CSS */
.thai-curry {
color: #b86e1e;
}
.golden-apricot {
color: #dca94c;
}
.pierogi {
color: #f1d88e;
}
.cheddar-corn {
color: #f7d4b6;
}
.knockout-orange {
color: #e06c3e;
}
/* CSS Variables */
:root {
--thai-curry:#b86e1e;
--golden-apricot:#dca94c;
--pierogi:#f1d88e;
--cheddar-corn:#f7d4b6;
--knockout-orange:#e06c3e;
}