Color names in this palette
CSS code for this palette
/* CSS */
.manganese-black {
color: #1c2e4a;
}
.admiral-blue {
color: #4d6480;
}
.bel-air-blue {
color: #7e99be;
}
.newman-s-eye {
color: #b2c9e1;
}
.vanilla {
color: #f3e4aa;
}
/* CSS Variables */
:root {
--manganese-black:#1c2e4a;
--admiral-blue:#4d6480;
--bel-air-blue:#7e99be;
--newman-s-eye:#b2c9e1;
--vanilla:#f3e4aa;
}