Color names in this palette
CSS code for this palette
/* CSS */
.ginger-peach {
color: #f7d2a1;
}
.maximum-yellow-red {
color: #f1b74b;
}
.bitter-orange {
color: #d67a2e;
}
.bright-bronze {
color: #a45c1e;
}
.bijou-red {
color: #a13a3a;
}
/* CSS Variables */
:root {
--ginger-peach:#f7d2a1;
--maximum-yellow-red:#f1b74b;
--bitter-orange:#d67a2e;
--bright-bronze:#a45c1e;
--bijou-red:#a13a3a;
}