Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.xanthous {
color: #f5b32e;
}
.plastic-carrot {
color: #f45c25;
}
.tomato-queen {
color: #d74c1d;
}
.polished-apple {
color: #8c2b2b;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--xanthous:#f5b32e;
--plastic-carrot:#f45c25;
--tomato-queen:#d74c1d;
--polished-apple:#8c2b2b;
}