Color names in this palette
CSS code for this palette
/* CSS */
.noodles {
color: #f8e5b4;
}
.pale-pear {
color: #f4d96c;
}
.egyptian-gold {
color: #f0a44c;
}
.sweet-potato {
color: #d87a3b;
}
.gladiator-leather {
color: #a85f3e;
}
/* CSS Variables */
:root {
--noodles:#f8e5b4;
--pale-pear:#f4d96c;
--egyptian-gold:#f0a44c;
--sweet-potato:#d87a3b;
--gladiator-leather:#a85f3e;
}