Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c94b3b;
}
.orange-shot {
color: #d97445;
}
.troll-slayer-orange {
color: #f59e4d;
}
.white-elf {
color: #f7c47e;
}
.martica {
color: #f5e6b7;
}
/* CSS Variables */
:root {
--painted-poppy:#c94b3b;
--orange-shot:#d97445;
--troll-slayer-orange:#f59e4d;
--white-elf:#f7c47e;
--martica:#f5e6b7;
}