Color names in this palette
CSS code for this palette
/* CSS */
.eclipse-elixir {
color: #1e1f39;
}
.jazz-age-blues {
color: #3a4b6e;
}
.blue-plate {
color: #5f7a9b;
}
.credo {
color: #d6b843;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--eclipse-elixir:#1e1f39;
--jazz-age-blues:#3a4b6e;
--blue-plate:#5f7a9b;
--credo:#d6b843;
--orangeade:#e04f38;
}