Color names in this palette
CSS code for this palette
/* CSS */
.20000-leagues-under-the-sea {
color: #1e1e6c;
}
.liberty {
color: #4c4c9a;
}
.astro-zinger {
color: #7979be;
}
.grape-illusion {
color: #b4a3d7;
}
.rosecco {
color: #eab8e4;
}
/* CSS Variables */
:root {
--20000-leagues-under-the-sea:#1e1e6c;
--liberty:#4c4c9a;
--astro-zinger:#7979be;
--grape-illusion:#b4a3d7;
--rosecco:#eab8e4;
}