Color names in this palette
CSS code for this palette
/* CSS */
.bonfire-night {
color: #d9683f;
}
.tory-red {
color: #d86b5f;
}
.japanese-coral {
color: #c67b87;
}
.violet-fields {
color: #b7a2c8;
}
.peach-latte {
color: #e5c19f;
}
/* CSS Variables */
:root {
--bonfire-night:#d9683f;
--tory-red:#d86b5f;
--japanese-coral:#c67b87;
--violet-fields:#b7a2c8;
--peach-latte:#e5c19f;
}