Blue Interstellar Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Interstellar palette
Blue Interstellar color palette CSS
/* CSS */
.color-1 {
color: #1e1f3e;
}
.color-2 {
color: #2a4d6a;
}
.color-3 {
color: #4b86b4;
}
.color-4 {
color: #a2d2e6;
}
.color-5 {
color: #f6f7d9;
}
/* CSS Variables */
:root {
--color-1: #1e1f3e;
--color-2: #2a4d6a;
--color-3: #4b86b4;
--color-4: #a2d2e6;
--color-5: #f6f7d9;
}
Blue Interstellar background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f3e, #2a4d6a, #4b86b4, #a2d2e6, #f6f7d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f3e, #2a4d6a, #4b86b4, #a2d2e6, #f6f7d9);
}
Similar color palettes
Blue Interstellar color palette created on .