Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.amphystine {
color: #3e3e5b;
}
.campanula-purple {
color: #6f6f90;
}
.cosmic-sky {
color: #a9a9c6;
}
.foundation-white {
color: #f0f0ff;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--amphystine:#3e3e5b;
--campanula-purple:#6f6f90;
--cosmic-sky:#a9a9c6;
--foundation-white:#f0f0ff;
}