Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.midnight-sea {
color: #5b5d8f;
}
.lavender-phlox {
color: #a8b3e1;
}
.violet-crush {
color: #d7d4e8;
}
.white-solid {
color: #f3f4fc;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--midnight-sea:#5b5d8f;
--lavender-phlox:#a8b3e1;
--violet-crush:#d7d4e8;
--white-solid:#f3f4fc;
}