Color names in this palette
CSS code for this palette
/* CSS */
.ablaze {
color: #c2483d;
}
.sunset-peach {
color: #f7a87e;
}
.nectar-jackpot {
color: #f0d68e;
}
.iced-celery {
color: #e1e8b5;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--ablaze:#c2483d;
--sunset-peach:#f7a87e;
--nectar-jackpot:#f0d68e;
--iced-celery:#e1e8b5;
--devil-s-grass:#4cae4f;
}