Color names in this palette
CSS code for this palette
/* CSS */
.manganese-black {
color: #1c2e4a;
}
.china-pattern {
color: #3e5a75;
}
.cropper-blue {
color: #5d7b98;
}
.simpatico-blue {
color: #a5c2d4;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--manganese-black:#1c2e4a;
--china-pattern:#3e5a75;
--cropper-blue:#5d7b98;
--simpatico-blue:#a5c2d4;
--child-of-light:#f1f5f8;
}