Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4a3c6d;
}
.kimberly {
color: #6b5b8b;
}
.english-lavender {
color: #9a7db0;
}
.lilac-lace {
color: #c1a2d2;
}
.cotton-candy-aesthetic {
color: #f7c0df;
}
/* CSS Variables */
:root {
--meteorite:#4a3c6d;
--kimberly:#6b5b8b;
--english-lavender:#9a7db0;
--lilac-lace:#c1a2d2;
--cotton-candy-aesthetic:#f7c0df;
}