Color names in this palette
CSS code for this palette
/* CSS */
.bonfire-night {
color: #d9683f;
}
.flint-corn-red {
color: #d8683b;
}
.sorbus {
color: #d76a37;
}
.asparagus-yellow {
color: #dac88b;
}
.light-rattan {
color: #d1c0a9;
}
/* CSS Variables */
:root {
--bonfire-night:#d9683f;
--flint-corn-red:#d8683b;
--sorbus:#d76a37;
--asparagus-yellow:#dac88b;
--light-rattan:#d1c0a9;
}