Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d1b3e0;
}
.violetta {
color: #a76c99;
}
.elastic-pink {
color: #f2a1c8;
}
.lemon-pound-cake {
color: #fedd95;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--pretty-petunia:#d1b3e0;
--violetta:#a76c99;
--elastic-pink:#f2a1c8;
--lemon-pound-cake:#fedd95;
--soviet-gold:#ffd900;
}