Neon Nebula Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon Nebula palette

Share this palette to:

Neon Nebula color palette CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #2a2a5b;
}
.color-3 {
color: #4c4c90;
}
.color-4 {
color: #6969ab;
}
.color-5 {
color: #9a9acb;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #2a2a5b;
--color-3: #4c4c90;
--color-4: #6969ab;
--color-5: #9a9acb;
}

Neon Nebula background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #2a2a5b, #4c4c90, #6969ab, #9a9acb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #2a2a5b, #4c4c90, #6969ab, #9a9acb);
}

Neon Nebula color palette created on .