Color names in this palette
CSS code for this palette
/* CSS */
.bonfire-night {
color: #d9683f;
}
.flint-corn-red {
color: #d8683b;
}
.sorbus {
color: #d76a37;
}
.solar-fusion {
color: #d8a341;
}
.va-va-voom {
color: #e6b84c;
}
/* CSS Variables */
:root {
--bonfire-night:#d9683f;
--flint-corn-red:#d8683b;
--sorbus:#d76a37;
--solar-fusion:#d8a341;
--va-va-voom:#e6b84c;
}