Color names in this palette
CSS code for this palette
/* CSS */
.eclipse-elixir {
color: #1d1f34;
}
.skipper-blue {
color: #4b4d77;
}
.infinity-and-beyond {
color: #707d99;
}
.ballet-blue {
color: #b0c1d8;
}
.prettiest-pink {
color: #e1a3c8;
}
/* CSS Variables */
:root {
--eclipse-elixir:#1d1f34;
--skipper-blue:#4b4d77;
--infinity-and-beyond:#707d99;
--ballet-blue:#b0c1d8;
--prettiest-pink:#e1a3c8;
}