Color names in this palette
CSS code for this palette
/* CSS */
.manganese-black {
color: #1f2c4d;
}
.revel-blue {
color: #4a6a8c;
}
.blue-nile {
color: #7c9dbb;
}
.chapel-blue {
color: #b0d1e8;
}
.cotton-ball {
color: #f3f8fc;
}
/* CSS Variables */
:root {
--manganese-black:#1f2c4d;
--revel-blue:#4a6a8c;
--blue-nile:#7c9dbb;
--chapel-blue:#b0d1e8;
--cotton-ball:#f3f8fc;
}