Color names in this palette
CSS code for this palette
/* CSS */
.golden-history {
color: #b89b3d;
}
.yellow-umbrella {
color: #d0bc62;
}
.pie-crust {
color: #f0d99e;
}
.radome-tan {
color: #f2c8a1;
}
.inventive-orange {
color: #e5a06c;
}
/* CSS Variables */
:root {
--golden-history:#b89b3d;
--yellow-umbrella:#d0bc62;
--pie-crust:#f0d99e;
--radome-tan:#f2c8a1;
--inventive-orange:#e5a06c;
}