Color names in this palette
CSS code for this palette
/* CSS */
.untamed-orange {
color: #d95a30;
}
.apricot-orange {
color: #c76b3d;
}
.glitzy-gold {
color: #d8a22c;
}
.honey-gold {
color: #e2b37e;
}
.smooth-as-corn-silk {
color: #f4e5b3;
}
/* CSS Variables */
:root {
--untamed-orange:#d95a30;
--apricot-orange:#c76b3d;
--glitzy-gold:#d8a22c;
--honey-gold:#e2b37e;
--smooth-as-corn-silk:#f4e5b3;
}