Color names in this palette
CSS code for this palette
/* CSS */
.saturn {
color: #f9e4be;
}
.certain-peach {
color: #f5baa3;
}
.sun-orange {
color: #f47b1f;
}
.gladiator-leather {
color: #a95a3d;
}
.shaved-chocolate {
color: #5a3f3a;
}
/* CSS Variables */
:root {
--saturn:#f9e4be;
--certain-peach:#f5baa3;
--sun-orange:#f47b1f;
--gladiator-leather:#a95a3d;
--shaved-chocolate:#5a3f3a;
}