Color names in this palette
CSS code for this palette
/* CSS */
.chinese-night {
color: #a8391a;
}
.harvest-haze {
color: #da6b2f;
}
.sassy-yellow {
color: #efc176;
}
.fuego-verde {
color: #c9d72d;
}
.deathworld-forest {
color: #5b6b29;
}
/* CSS Variables */
:root {
--chinese-night:#a8391a;
--harvest-haze:#da6b2f;
--sassy-yellow:#efc176;
--fuego-verde:#c9d72d;
--deathworld-forest:#5b6b29;
}