Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1c1f3f;
}
.mangosteen {
color: #393e5b;
}
.champion-blue {
color: #616789;
}
.childish-wonder {
color: #a5a9d4;
}
.cheerful-whisper {
color: #d4d9e8;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1c1f3f;
--mangosteen:#393e5b;
--champion-blue:#616789;
--childish-wonder:#a5a9d4;
--cheerful-whisper:#d4d9e8;
}