Color names in this palette
CSS code for this palette
/* CSS */
.languid-lavender {
color: #d5c8df;
}
.berry-frapp {
color: #b79fc6;
}
.royal-raul {
color: #8d78b5;
}
.just-a-fairytale {
color: #6f5b95;
}
.meteorite {
color: #4b3c67;
}
/* CSS Variables */
:root {
--languid-lavender:#d5c8df;
--berry-frapp:#b79fc6;
--royal-raul:#8d78b5;
--just-a-fairytale:#6f5b95;
--meteorite:#4b3c67;
}