Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #191f4d;
}
.muted-lavender {
color: #3a599c;
}
.winter-lakes {
color: #5d8fd5;
}
.nevermind-nirvana {
color: #80c4f4;
}
.clear-skies {
color: #e5f6ff;
}
/* CSS Variables */
:root {
--fly-by-night:#191f4d;
--muted-lavender:#3a599c;
--winter-lakes:#5d8fd5;
--nevermind-nirvana:#80c4f4;
--clear-skies:#e5f6ff;
}