Color names in this palette
CSS code for this palette
/* CSS */
.solaria {
color: #f5d68e;
}
.ginger-milk {
color: #f7a050;
}
.flame-orange {
color: #f78c22;
}
.royal-flycatcher-crest {
color: #f56a00;
}
.mod-orange {
color: #d7543c;
}
/* CSS Variables */
:root {
--solaria:#f5d68e;
--ginger-milk:#f7a050;
--flame-orange:#f78c22;
--royal-flycatcher-crest:#f56a00;
--mod-orange:#d7543c;
}