Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.chinese-orange {
color: #f76e40;
}
.spirit-warrior {
color: #d9513f;
}
.disco {
color: #8d2a4f;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--apricot-glazed-chicken:#f5a524;
--chinese-orange:#f76e40;
--spirit-warrior:#d9513f;
--disco:#8d2a4f;
}