Color names in this palette
CSS code for this palette
/* CSS */
.last-sunlight {
color: #e7b93c;
}
.orange-pospsicle {
color: #f2a60d;
}
.orange-zest {
color: #f36e2b;
}
.warming-heart {
color: #d14e3d;
}
.bonbon-red {
color: #8c3b6a;
}
/* CSS Variables */
:root {
--last-sunlight:#e7b93c;
--orange-pospsicle:#f2a60d;
--orange-zest:#f36e2b;
--warming-heart:#d14e3d;
--bonbon-red:#8c3b6a;
}