Color names in this palette
CSS code for this palette
/* CSS */
.lighthouse-glow {
color: #f9d36c;
}
.crunch {
color: #f4b55d;
}
.troll-slayer-orange {
color: #f0a14c;
}
.egyptian-gold {
color: #f0a44c;
}
.coppersmith {
color: #d88c3b;
}
/* CSS Variables */
:root {
--lighthouse-glow:#f9d36c;
--crunch:#f4b55d;
--troll-slayer-orange:#f0a14c;
--egyptian-gold:#f0a44c;
--coppersmith:#d88c3b;
}