Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.ginger-milk {
color: #f7a659;
}
.hot-orange {
color: #f58a3d;
}
.christmas-orange {
color: #d7692d;
}
.potter-s-clay {
color: #a44a23;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--ginger-milk:#f7a659;
--hot-orange:#f58a3d;
--christmas-orange:#d7692d;
--potter-s-clay:#a44a23;
}