Color names in this palette
CSS code for this palette
/* CSS */
.flamboyant-plum {
color: #6a4e4e;
}
.chocolate-curl {
color: #8d6b5e;
}
.autumn-air {
color: #d2a589;
}
.almond-biscuit {
color: #e8c9a6;
}
.rice-wine {
color: #f5e8c7;
}
/* CSS Variables */
:root {
--flamboyant-plum:#6a4e4e;
--chocolate-curl:#8d6b5e;
--autumn-air:#d2a589;
--almond-biscuit:#e8c9a6;
--rice-wine:#f5e8c7;
}