Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.glazed-ginger {
color: #a35b2e;
}
.solar-fusion {
color: #d8a341;
}
.sport-yellow {
color: #f2d778;
}
.magnolia-blossom {
color: #f3e8ce;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--glazed-ginger:#a35b2e;
--solar-fusion:#d8a341;
--sport-yellow:#f2d778;
--magnolia-blossom:#f3e8ce;
}