Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f203d;
}
.american-blue {
color: #3a3c6e;
}
.wild-wisteria {
color: #696c91;
}
.blossom-mauve {
color: #a3a6c8;
}
.m-white {
color: #f5f7ff;
}
/* CSS Variables */
:root {
--midnight-express:#1f203d;
--american-blue:#3a3c6e;
--wild-wisteria:#696c91;
--blossom-mauve:#a3a6c8;
--m-white:#f5f7ff;
}