Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.blue-dart-frog {
color: #3a7d9c;
}
.riverside-blue {
color: #6db5c0;
}
.grape-green {
color: #a4e8a1;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--blue-dart-frog:#3a7d9c;
--riverside-blue:#6db5c0;
--grape-green:#a4e8a1;
--syndicalist:#f5c400;
}