Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.ghostly-purple {
color: #7c5a90;
}
.violet-femmes {
color: #a8719d;
}
.lemon-dream {
color: #f0a400;
}
.lighthouse-glow {
color: #f9d36c;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--ghostly-purple:#7c5a90;
--violet-femmes:#a8719d;
--lemon-dream:#f0a400;
--lighthouse-glow:#f9d36c;
}