Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4a3c6d;
}
.just-a-fairytale {
color: #6d5e9c;
}
.english-lavender {
color: #9a7bb2;
}
.heart-to-heart {
color: #d3a6c5;
}
.milkshake-pink {
color: #f2cad2;
}
/* CSS Variables */
:root {
--meteorite:#4a3c6d;
--just-a-fairytale:#6d5e9c;
--english-lavender:#9a7bb2;
--heart-to-heart:#d3a6c5;
--milkshake-pink:#f2cad2;
}