Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d1b3e0;
}
.violetta {
color: #a76c9a;
}
.carona {
color: #f4a02a;
}
.wake-me-up {
color: #f2d65a;
}
.lime-dream {
color: #c3e8bf;
}
/* CSS Variables */
:root {
--pretty-petunia:#d1b3e0;
--violetta:#a76c9a;
--carona:#f4a02a;
--wake-me-up:#f2d65a;
--lime-dream:#c3e8bf;
}