Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.mandarin-orange {
color: #e8693b;
}
.warming-heart {
color: #d3483c;
}
.primal-red {
color: #a92d4e;
}
.blue-magenta-violet {
color: #592d8f;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--mandarin-orange:#e8693b;
--warming-heart:#d3483c;
--primal-red:#a92d4e;
--blue-magenta-violet:#592d8f;
}