Color names in this palette
CSS code for this palette
/* CSS */
.manganese-black {
color: #1c2e4a;
}
.midnight-interlude {
color: #2f4a6f;
}
.cape-lee {
color: #4f7e8c;
}
.sinbad {
color: #a7d7cf;
}
.cream-custard {
color: #f1d6b1;
}
/* CSS Variables */
:root {
--manganese-black:#1c2e4a;
--midnight-interlude:#2f4a6f;
--cape-lee:#4f7e8c;
--sinbad:#a7d7cf;
--cream-custard:#f1d6b1;
}