Color names in this palette
CSS code for this palette
/* CSS */
.manganese-black {
color: #1d2d4e;
}
.provincial-blue {
color: #5d7a92;
}
.bluette {
color: #9fc1d6;
}
.citrus-hill {
color: #f6a68e;
}
.tenn {
color: #d15400;
}
/* CSS Variables */
:root {
--manganese-black:#1d2d4e;
--provincial-blue:#5d7a92;
--bluette:#9fc1d6;
--citrus-hill:#f6a68e;
--tenn:#d15400;
}