Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.purple-paradise {
color: #79699b;
}
.wisteria-light-soft-blue {
color: #a6a9c5;
}
.purity {
color: #d6c7e1;
}
.bistro-pink {
color: #e3b8b5;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--purple-paradise:#79699b;
--wisteria-light-soft-blue:#a6a9c5;
--purity:#d6c7e1;
--bistro-pink:#e3b8b5;
}