Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e194d;
}
.expressionism {
color: #3a4e7e;
}
.spirit-mountain {
color: #6a8e9a;
}
.lester {
color: #b1d3c4;
}
.noodles {
color: #f9e3b4;
}
/* CSS Variables */
:root {
--fly-by-night:#1e194d;
--expressionism:#3a4e7e;
--spirit-mountain:#6a8e9a;
--lester:#b1d3c4;
--noodles:#f9e3b4;
}