Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3d5c;
}
.zenith {
color: #497b9c;
}
.madonna-blue {
color: #71b2d6;
}
.syndicalist {
color: #f5c400;
}
.basketball {
color: #f26e31;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3d5c;
--zenith:#497b9c;
--madonna-blue:#71b2d6;
--syndicalist:#f5c400;
--basketball:#f26e31;
}