Outer Space Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Outer Space palette

Share this palette to:

Outer Space color palette PNG image

Download outer space color palette PNG image (landscape)
Download outer space color palette PNG image (square)

Outer Space color palette CSS

/* CSS */
.color-1 {
color: #192a4d;
}
.color-2 {
color: #2f3e6a;
}
.color-3 {
color: #4b5b8b;
}
.color-4 {
color: #6a90be;
}
.color-5 {
color: #8ac3e0;
}

/* CSS Variables */
:root {
--color-1: #192a4d;
--color-2: #2f3e6a;
--color-3: #4b5b8b;
--color-4: #6a90be;
--color-5: #8ac3e0;
}

Outer Space background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #192a4d, #2f3e6a, #4b5b8b, #6a90be, #8ac3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #192a4d, #2f3e6a, #4b5b8b, #6a90be, #8ac3e0);
}

Outer Space color palette created on .