Color names in this palette
CSS code for this palette
/* CSS */
.golden-glam {
color: #f4b943;
}
.koji-orange {
color: #f7a94b;
}
.amber-yellow {
color: #f6b85a;
}
.sundance {
color: #f8c76d;
}
.firelight {
color: #f9d77b;
}
/* CSS Variables */
:root {
--golden-glam:#f4b943;
--koji-orange:#f7a94b;
--amber-yellow:#f6b85a;
--sundance:#f8c76d;
--firelight:#f9d77b;
}