Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f1f3d;
}
.american-blue {
color: #3d3d6b;
}
.beaded-blue {
color: #4d4d8f;
}
.clear-mauve {
color: #7474b4;
}
.water-hyacinth {
color: #a1a1d4;
}
/* CSS Variables */
:root {
--midnight-express:#1f1f3d;
--american-blue:#3d3d6b;
--beaded-blue:#4d4d8f;
--clear-mauve:#7474b4;
--water-hyacinth:#a1a1d4;
}