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 CSS

/* CSS */
.color-1 {
color: #00007a;
}
.color-2 {
color: #0300a8;
}
.color-3 {
color: #0000c2;
}
.color-4 {
color: #2500cc;
}
.color-5 {
color: #bc00d1;
}

/* CSS Variables */
:root {
--color-1: #00007a;
--color-2: #0300a8;
--color-3: #0000c2;
--color-4: #2500cc;
--color-5: #bc00d1;
}

Galactic Neon Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00007a, #0300a8, #0000c2, #2500cc, #bc00d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00007a, #0300a8, #0000c2, #2500cc, #bc00d1);
}

Galactic Neon Dreamscape color palette created on .