Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.church-blue {
color: #3f3f5f;
}
.colossus {
color: #606090;
}
.deep-periwinkle {
color: #8080bc;
}
.shy-moment {
color: #a3a3ff;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--church-blue:#3f3f5f;
--colossus:#606090;
--deep-periwinkle:#8080bc;
--shy-moment:#a3a3ff;
}