Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.sizzling-sunset {
color: #ef7e4d;
}
.goldsmith {
color: #f1b44b;
}
.golden-lion {
color: #f4cb6c;
}
.sugar-cookie {
color: #f0e2a3;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--sizzling-sunset:#ef7e4d;
--goldsmith:#f1b44b;
--golden-lion:#f4cb6c;
--sugar-cookie:#f0e2a3;
}