Color names in this palette
CSS code for this palette
/* CSS */
.salmon-orange {
color: #ff8e6b;
}
.cantaloupe-slice {
color: #ffaf7a;
}
.peach-cr-me-br-l-e {
color: #ffe29e;
}
.bonfire-night {
color: #d9683f;
}
.taisha-red {
color: #a15236;
}
/* CSS Variables */
:root {
--salmon-orange:#ff8e6b;
--cantaloupe-slice:#ffaf7a;
--peach-cr-me-br-l-e:#ffe29e;
--bonfire-night:#d9683f;
--taisha-red:#a15236;
}