Color names in this palette
CSS code for this palette
/* CSS */
.american-red {
color: #b42233;
}
.smalt {
color: #00329e;
}
.light-steel-blue {
color: #b0c4de;
}
.dr-white {
color: #fafafa;
}
.harissa-red {
color: #a22a2a;
}
/* CSS Variables */
:root {
--american-red:#b42233;
--smalt:#00329e;
--light-steel-blue:#b0c4de;
--dr-white:#fafafa;
--harissa-red:#a22a2a;
}