Color names in this palette
CSS code for this palette
/* CSS */
.energy-yellow {
color: #f7d850;
}
.ride-off-into-the-sunset {
color: #f3d05e;
}
.gambol-gold {
color: #e3b04a;
}
.tiger-king {
color: #d59320;
}
.raw-umber {
color: #a55e0d;
}
/* CSS Variables */
:root {
--energy-yellow:#f7d850;
--ride-off-into-the-sunset:#f3d05e;
--gambol-gold:#e3b04a;
--tiger-king:#d59320;
--raw-umber:#a55e0d;
}