Color names in this palette
CSS code for this palette
/* CSS */
.manganese-black {
color: #1c2e4a;
}
.revel-blue {
color: #4a698c;
}
.brisk-blue {
color: #6e83a0;
}
.tear {
color: #b3d8e0;
}
.bleached-silk {
color: #f2f4f1;
}
/* CSS Variables */
:root {
--manganese-black:#1c2e4a;
--revel-blue:#4a698c;
--brisk-blue:#6e83a0;
--tear:#b3d8e0;
--bleached-silk:#f2f4f1;
}