Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.long-forgotten-purple {
color: #9f7a9c;
}
.kunzite {
color: #e1b7c9;
}
.naturale {
color: #f1dfd0;
}
.shrimp-toast {
color: #f7c5a1;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--long-forgotten-purple:#9f7a9c;
--kunzite:#e1b7c9;
--naturale:#f1dfd0;
--shrimp-toast:#f7c5a1;
}