Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f1f3d;
}
.american-blue {
color: #3a3a6e;
}
.dusted-peri {
color: #6b6b9e;
}
.canyon-mist {
color: #a5a5c0;
}
.star-jasmine {
color: #dadae7;
}
/* CSS Variables */
:root {
--midnight-express:#1f1f3d;
--american-blue:#3a3a6e;
--dusted-peri:#6b6b9e;
--canyon-mist:#a5a5c0;
--star-jasmine:#dadae7;
}