Color names in this palette
CSS code for this palette
/* CSS */
.brown-coffee {
color: #4a2c2b;
}
.estate-vineyard {
color: #69494e;
}
.tropical-hibiscus {
color: #9b5f6b;
}
.impatient-heart {
color: #c57c7c;
}
.stone-fruit {
color: #f2a48c;
}
/* CSS Variables */
:root {
--brown-coffee:#4a2c2b;
--estate-vineyard:#69494e;
--tropical-hibiscus:#9b5f6b;
--impatient-heart:#c57c7c;
--stone-fruit:#f2a48c;
}