Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4a3c6d;
}
.mauveine {
color: #8d6d8d;
}
.iced-watermelon {
color: #d3b1b5;
}
.champagne-burst {
color: #f1e4cb;
}
.chai-latte {
color: #f8c8a0;
}
/* CSS Variables */
:root {
--meteorite:#4a3c6d;
--mauveine:#8d6d8d;
--iced-watermelon:#d3b1b5;
--champagne-burst:#f1e4cb;
--chai-latte:#f8c8a0;
}