Color names in this palette
CSS code for this palette
/* CSS */
.after-burn {
color: #fe8a5d;
}
.pumpkin-hue {
color: #f9a17b;
}
.sweet-apricot {
color: #fbc1a2;
}
.wickerware {
color: #fce4b0;
}
.fireflies {
color: #f7d7a6;
}
/* CSS Variables */
:root {
--after-burn:#fe8a5d;
--pumpkin-hue:#f9a17b;
--sweet-apricot:#fbc1a2;
--wickerware:#fce4b0;
--fireflies:#f7d7a6;
}