Color names in this palette
CSS code for this palette
/* CSS */
.lusty-orange {
color: #e36f2b;
}
.troll-slayer-orange {
color: #f8a34f;
}
.golden-nectar {
color: #ffda6b;
}
.almond-cream {
color: #f3c4a0;
}
.warmth {
color: #a2582a;
}
/* CSS Variables */
:root {
--lusty-orange:#e36f2b;
--troll-slayer-orange:#f8a34f;
--golden-nectar:#ffda6b;
--almond-cream:#f3c4a0;
--warmth:#a2582a;
}