Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4b3d6b;
}
.ghostly-purple {
color: #7c5c93;
}
.shady-pink {
color: #c7a3b2;
}
.etcetera {
color: #e1c6d4;
}
.buttery-croissant {
color: #f5e29e;
}
/* CSS Variables */
:root {
--meteorite:#4b3d6b;
--ghostly-purple:#7c5c93;
--shady-pink:#c7a3b2;
--etcetera:#e1c6d4;
--buttery-croissant:#f5e29e;
}