Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.troll-slayer-orange {
color: #f7a64b;
}
.autumn-sunset {
color: #f28154;
}
.froly {
color: #e56c74;
}
.crushed-berries {
color: #d55d9b;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--troll-slayer-orange:#f7a64b;
--autumn-sunset:#f28154;
--froly:#e56c74;
--crushed-berries:#d55d9b;
}