Color names in this palette
CSS code for this palette
/* CSS */
.flamboyant-plum {
color: #6a4e4e;
}
.mahogany-rose {
color: #c19b90;
}
.mesquite-powder {
color: #e2c9b1;
}
.soft-butter {
color: #f5e2b8;
}
.spanish-villa {
color: #d9b5a0;
}
/* CSS Variables */
:root {
--flamboyant-plum:#6a4e4e;
--mahogany-rose:#c19b90;
--mesquite-powder:#e2c9b1;
--soft-butter:#f5e2b8;
--spanish-villa:#d9b5a0;
}