Color names in this palette
CSS code for this palette
/* CSS */
.crispy-chicken-skin {
color: #d9a745;
}
.citrus-zest {
color: #f1c95b;
}
.late-day-sun {
color: #f4e090;
}
.old-flame {
color: #f2b8b5;
}
.fever-dream {
color: #d8557a;
}
/* CSS Variables */
:root {
--crispy-chicken-skin:#d9a745;
--citrus-zest:#f1c95b;
--late-day-sun:#f4e090;
--old-flame:#f2b8b5;
--fever-dream:#d8557a;
}