Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f6d75a;
}
.troll-slayer-orange {
color: #f3a64f;
}
.trinket {
color: #d8943b;
}
.brownish-orange {
color: #c57526;
}
.brown-eyed-girl {
color: #8c4f1d;
}
/* CSS Variables */
:root {
--glitter-yellow:#f6d75a;
--troll-slayer-orange:#f3a64f;
--trinket:#d8943b;
--brownish-orange:#c57526;
--brown-eyed-girl:#8c4f1d;
}