Color names in this palette
CSS code for this palette
/* CSS */
.summerset {
color: #c4793b;
}
.golden-koi {
color: #e7a34b;
}
.pierogi {
color: #f1d88e;
}
.apple-infusion {
color: #e0aebe;
}
.beef-hotpot {
color: #a85f2e;
}
/* CSS Variables */
:root {
--summerset:#c4793b;
--golden-koi:#e7a34b;
--pierogi:#f1d88e;
--apple-infusion:#e0aebe;
--beef-hotpot:#a85f2e;
}