Color names in this palette
CSS code for this palette
/* CSS */
.violet-storm {
color: #5c619d;
}
.astro-zinger {
color: #7a7cb3;
}
.whipped-violet {
color: #a3a6d2;
}
.gumball {
color: #e3b0d4;
}
.portofino {
color: #f3f29b;
}
/* CSS Variables */
:root {
--violet-storm:#5c619d;
--astro-zinger:#7a7cb3;
--whipped-violet:#a3a6d2;
--gumball:#e3b0d4;
--portofino:#f3f29b;
}