Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.ti-h-i-metal {
color: #303050;
}
.tangent-periwinkle {
color: #4f4f7d;
}
.murex {
color: #8080b3;
}
.winterspring-lilac {
color: #b3b3ff;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--ti-h-i-metal:#303050;
--tangent-periwinkle:#4f4f7d;
--murex:#8080b3;
--winterspring-lilac:#b3b3ff;
}