Color names in this palette
CSS code for this palette
/* CSS */
.butterfield {
color: #f5bf5b;
}
.troll-slayer-orange {
color: #f6a34c;
}
.goku-orange {
color: #f6803c;
}
.raw-sunset {
color: #f65828;
}
.red-power {
color: #d63838;
}
/* CSS Variables */
:root {
--butterfield:#f5bf5b;
--troll-slayer-orange:#f6a34c;
--goku-orange:#f6803c;
--raw-sunset:#f65828;
--red-power:#d63838;
}