Color names in this palette
CSS code for this palette
/* CSS */
.paris-m {
color: #2d2a60;
}
.liberty {
color: #4b4ea0;
}
.deep-periwinkle {
color: #797abe;
}
.simply-violet {
color: #a49fdf;
}
.lavender-savor {
color: #f1e0ff;
}
/* CSS Variables */
:root {
--paris-m:#2d2a60;
--liberty:#4b4ea0;
--deep-periwinkle:#797abe;
--simply-violet:#a49fdf;
--lavender-savor:#f1e0ff;
}