Color names in this palette
CSS code for this palette
/* CSS */
.20000-leagues-under-the-sea {
color: #1e1a6b;
}
.liberty {
color: #4b499c;
}
.astro-zinger {
color: #7d7eb5;
}
.simply-violet {
color: #a9a4d6;
}
.bashful-pansy {
color: #d6cbe7;
}
/* CSS Variables */
:root {
--20000-leagues-under-the-sea:#1e1a6b;
--liberty:#4b499c;
--astro-zinger:#7d7eb5;
--simply-violet:#a9a4d6;
--bashful-pansy:#d6cbe7;
}