Color names in this palette
CSS code for this palette
/* CSS */
.coral-stone {
color: #dfc2b3;
}
.plum-taupe {
color: #b6a39a;
}
.brandied-apple {
color: #a67d7d;
}
.tibetan-temple {
color: #804d4d;
}
.brown-coffee {
color: #492c2c;
}
/* CSS Variables */
:root {
--coral-stone:#dfc2b3;
--plum-taupe:#b6a39a;
--brandied-apple:#a67d7d;
--tibetan-temple:#804d4d;
--brown-coffee:#492c2c;
}