Color names in this palette
CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.pancake {
color: #f7d788;
}
.turbinado-sugar {
color: #f8b954;
}
.troll-slayer-orange {
color: #f6a14c;
}
.velvet-marigold {
color: #e58f3e;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--pancake:#f7d788;
--turbinado-sugar:#f8b954;
--troll-slayer-orange:#f6a14c;
--velvet-marigold:#e58f3e;
}