Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.egyptian-gold {
color: #f1a650;
}
.half-smoke {
color: #f08c51;
}
.old-heart {
color: #e56c7a;
}
.heath-spotted-orchid {
color: #a45b9c;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--egyptian-gold:#f1a650;
--half-smoke:#f08c51;
--old-heart:#e56c7a;
--heath-spotted-orchid:#a45b9c;
}