Color names in this palette
CSS code for this palette
/* CSS */
.eclipse-elixir {
color: #1e1f33;
}
.provocative {
color: #4b4f7c;
}
.searching-blue {
color: #6a7c9a;
}
.airborne {
color: #a1c1d4;
}
.alluring-white {
color: #efe0d2;
}
/* CSS Variables */
:root {
--eclipse-elixir:#1e1f33;
--provocative:#4b4f7c;
--searching-blue:#6a7c9a;
--airborne:#a1c1d4;
--alluring-white:#efe0d2;
}