Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f1f3d;
}
.beaded-blue {
color: #4a4a8c;
}
.astro-zinger {
color: #7979be;
}
.dull-lavender {
color: #a1a1e3;
}
.gram-s-hair {
color: #f6f6f8;
}
/* CSS Variables */
:root {
--midnight-express:#1f1f3d;
--beaded-blue:#4a4a8c;
--astro-zinger:#7979be;
--dull-lavender:#a1a1e3;
--gram-s-hair:#f6f6f8;
}