Color names in this palette
CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.florida-sunrise {
color: #f6ab6a;
}
.barbarian {
color: #f78b59;
}
.fireglow {
color: #d65c3d;
}
.vermilion-red {
color: #b54d3b;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--florida-sunrise:#f6ab6a;
--barbarian:#f78b59;
--fireglow:#d65c3d;
--vermilion-red:#b54d3b;
}