Color names in this palette
CSS code for this palette
/* CSS */
.bonfire-night {
color: #d9683f;
}
.apple-cider {
color: #d89a5f;
}
.dapper-dingo {
color: #e1c098;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
.crimson-silk {
color: #b5413b;
}
/* CSS Variables */
:root {
--bonfire-night:#d9683f;
--apple-cider:#d89a5f;
--dapper-dingo:#e1c098;
--smooth-as-corn-silk:#f6e5b1;
--crimson-silk:#b5413b;
}