Color names in this palette
CSS code for this palette
/* CSS */
.violetta {
color: #a76c9a;
}
.berry-popsicle {
color: #d4a5c8;
}
.lavender-soap {
color: #f0b7e6;
}
.glad-yellow {
color: #f6e0ac;
}
.goldfish {
color: #f3b05e;
}
/* CSS Variables */
:root {
--violetta:#a76c9a;
--berry-popsicle:#d4a5c8;
--lavender-soap:#f0b7e6;
--glad-yellow:#f6e0ac;
--goldfish:#f3b05e;
}