Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1a1f4c;
}
.lambent-lagoon {
color: #3b5d91;
}
.adventure-isle {
color: #6d9dba;
}
.glacier-point {
color: #b3dae6;
}
.aircraft-white {
color: #eef2f6;
}
/* CSS Variables */
:root {
--fly-by-night:#1a1f4c;
--lambent-lagoon:#3b5d91;
--adventure-isle:#6d9dba;
--glacier-point:#b3dae6;
--aircraft-white:#eef2f6;
}