Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f1f3d;
}
.rhynchites-nitens {
color: #3a3a69;
}
.persian-plush {
color: #5c5c93;
}
.soft-blue-lavender {
color: #8a8ab7;
}
.silver-sweetpea {
color: #c4c4e3;
}
/* CSS Variables */
:root {
--midnight-express:#1f1f3d;
--rhynchites-nitens:#3a3a69;
--persian-plush:#5c5c93;
--soft-blue-lavender:#8a8ab7;
--silver-sweetpea:#c4c4e3;
}