Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d5b8e5;
}
.violetta {
color: #a76c9a;
}
.pink-eraser {
color: #f5a199;
}
.majestic-treasures {
color: #f2e9a1;
}
.cool-as-a-cucumber {
color: #c6d869;
}
/* CSS Variables */
:root {
--pretty-petunia:#d5b8e5;
--violetta:#a76c9a;
--pink-eraser:#f5a199;
--majestic-treasures:#f2e9a1;
--cool-as-a-cucumber:#c6d869;
}