Galaxy Neon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Galaxy Neon palette

Share this palette to:

Galaxy Neon color palette PNG image

Download galaxy neon color palette PNG image (landscape)
Download galaxy neon color palette PNG image (square)

Galaxy Neon color palette CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3b3d91;
}
.color-3 {
color: #5d50f2;
}
.color-4 {
color: #892eff;
}
.color-5 {
color: #ff618e;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3b3d91;
--color-3: #5d50f2;
--color-4: #892eff;
--color-5: #ff618e;
}

Galaxy Neon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3b3d91, #5d50f2, #892eff, #ff618e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3b3d91, #5d50f2, #892eff, #ff618e);
}

Similar color palettes

Galaxy Neon color palette created on .