Color names in this palette
CSS code for this palette
/* CSS */
.cannon-barrel {
color: #3d4042;
}
.american-red {
color: #b42233;
}
.white {
color: #ffffff;
}
.dayflower {
color: #3b99d8;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--cannon-barrel:#3d4042;
--american-red:#b42233;
--white:#ffffff;
--dayflower:#3b99d8;
--syndicalist:#f5c400;
}