Galactic Neon Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Galactic Neon Dreamscape palette

Share this palette to:

Galactic Neon Dreamscape color palette PNG image

Download galactic neon dreamscape color palette PNG image (landscape)
Download galactic neon dreamscape color palette PNG image (square)

Galactic Neon Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #00001f;
}
.color-2 {
color: #04007a;
}
.color-3 {
color: #0000ad;
}
.color-4 {
color: #3a00c2;
}
.color-5 {
color: #e600cf;
}

/* CSS Variables */
:root {
--color-1: #00001f;
--color-2: #04007a;
--color-3: #0000ad;
--color-4: #3a00c2;
--color-5: #e600cf;
}

Galactic Neon Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00001f, #04007a, #0000ad, #3a00c2, #e600cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00001f, #04007a, #0000ad, #3a00c2, #e600cf);
}

Galactic Neon Dreamscape color palette created on .