Color names in this palette
CSS code for this palette
/* CSS */
.pumpkin-hue {
color: #f3a777;
}
.citrus-blast {
color: #e27b3c;
}
.fireglow {
color: #d55f3f;
}
.hot-chilli {
color: #b94f3c;
}
.bicyclette {
color: #7d2b3a;
}
/* CSS Variables */
:root {
--pumpkin-hue:#f3a777;
--citrus-blast:#e27b3c;
--fireglow:#d55f3f;
--hot-chilli:#b94f3c;
--bicyclette:#7d2b3a;
}