Color names in this palette
CSS code for this palette
/* CSS */
.sunset-gold {
color: #f6c160;
}
.troll-slayer-orange {
color: #f8a34f;
}
.fall-river {
color: #f78f40;
}
.chinese-orange {
color: #f66e3c;
}
.tiger-lily {
color: #e0543e;
}
/* CSS Variables */
:root {
--sunset-gold:#f6c160;
--troll-slayer-orange:#f8a34f;
--fall-river:#f78f40;
--chinese-orange:#f66e3c;
--tiger-lily:#e0543e;
}