Color names in this palette
CSS code for this palette
/* CSS */
.antique-ruby {
color: #811d30;
}
.golden-glam {
color: #f4b943;
}
.oyster-bisque {
color: #f2e5b0;
}
.fig {
color: #592c3d;
}
.marvelous-magic {
color: #e1c6d6;
}
/* CSS Variables */
:root {
--antique-ruby:#811d30;
--golden-glam:#f4b943;
--oyster-bisque:#f2e5b0;
--fig:#592c3d;
--marvelous-magic:#e1c6d6;
}