Color names in this palette
CSS code for this palette
/* CSS */
.liberty {
color: #4f4f9c;
}
.violet-storm {
color: #5a5aa0;
}
.astro-zinger {
color: #7979b4;
}
.berry-frapp {
color: #b2a3c7;
}
.purple-veil {
color: #d2d5df;
}
/* CSS Variables */
:root {
--liberty:#4f4f9c;
--violet-storm:#5a5aa0;
--astro-zinger:#7979b4;
--berry-frapp:#b2a3c7;
--purple-veil:#d2d5df;
}