Color names in this palette
CSS code for this palette
/* CSS */
.bright-delight {
color: #d25b28;
}
.troll-slayer-orange {
color: #f7a64a;
}
.golden-lion {
color: #f1c86f;
}
.solid-gold {
color: #b5d24b;
}
.starbur {
color: #6cb03b;
}
/* CSS Variables */
:root {
--bright-delight:#d25b28;
--troll-slayer-orange:#f7a64a;
--golden-lion:#f1c86f;
--solid-gold:#b5d24b;
--starbur:#6cb03b;
}