Color names in this palette
CSS code for this palette
/* CSS */
.golden-glam {
color: #f4b943;
}
.adonis-rose-yellow {
color: #f3c14f;
}
.passementerie {
color: #f0d984;
}
.earth-yellow {
color: #e3a95f;
}
.briquette {
color: #e16060;
}
/* CSS Variables */
:root {
--golden-glam:#f4b943;
--adonis-rose-yellow:#f3c14f;
--passementerie:#f0d984;
--earth-yellow:#e3a95f;
--briquette:#e16060;
}