Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f1f3d;
}
.beaded-blue {
color: #4a4a8c;
}
.astro-zinger {
color: #7979be;
}
.maximum-blue-purple {
color: #a8a8e6;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--midnight-express:#1f1f3d;
--beaded-blue:#4a4a8c;
--astro-zinger:#7979be;
--maximum-blue-purple:#a8a8e6;
--white-smoke:#f5f5f5;
}