Color names in this palette
CSS code for this palette
/* CSS */
.gibraltar-sea {
color: #1a3956;
}
.zenith {
color: #497b9c;
}
.ocean-cruise {
color: #9dd8e1;
}
.syndicalist {
color: #f5c400;
}
.raiden-s-fury {
color: #e6402d;
}
/* CSS Variables */
:root {
--gibraltar-sea:#1a3956;
--zenith:#497b9c;
--ocean-cruise:#9dd8e1;
--syndicalist:#f5c400;
--raiden-s-fury:#e6402d;
}