Color names in this palette
CSS code for this palette
/* CSS */
.shy-moment {
color: #b1a7fb;
}
.matt-purple {
color: #8c7ae6;
}
.blue-hepatica {
color: #6b5be6;
}
.wild-watermelon {
color: #ff6b81;
}
.melon-melody {
color: #f8c391;
}
/* CSS Variables */
:root {
--shy-moment:#b1a7fb;
--matt-purple:#8c7ae6;
--blue-hepatica:#6b5be6;
--wild-watermelon:#ff6b81;
--melon-melody:#f8c391;
}