Color names in this palette
CSS code for this palette
/* CSS */
.surf-the-web {
color: #1e3a7b;
}
.bilbao {
color: #3a7b1e;
}
.brown-magenta {
color: #7b1e3a;
}
.luminescent-green {
color: #799a1d;
}
.bateau {
color: #1d799a;
}
/* CSS Variables */
:root {
--surf-the-web:#1e3a7b;
--bilbao:#3a7b1e;
--brown-magenta:#7b1e3a;
--luminescent-green:#799a1d;
--bateau:#1d799a;
}