Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.antique-hot-pink {
color: #b27b9b;
}
.pink-chintz {
color: #f1c0d1;
}
.buttery-croissant {
color: #f5e19e;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--antique-hot-pink:#b27b9b;
--pink-chintz:#f1c0d1;
--buttery-croissant:#f5e19e;
--salted-caramel-popcorn:#f9b14e;
}