Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.zucchini-flower {
color: #e9a84e;
}
.consumed-by-fire {
color: #f47f1f;
}
.pompeii-red {
color: #d5472a;
}
.american-beauty {
color: #a8343b;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--zucchini-flower:#e9a84e;
--consumed-by-fire:#f47f1f;
--pompeii-red:#d5472a;
--american-beauty:#a8343b;
}