Nebula Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nebula palette

Share this palette to:

Nebula color palette CSS

/* CSS */
.color-1 {
color: #6d0ce4;
}
.color-2 {
color: #b429fa;
}
.color-3 {
color: #f293fb;
}
.color-4 {
color: #fbc1e8;
}
.color-5 {
color: #fcf0e3;
}

/* CSS Variables */
:root {
--color-1: #6d0ce4;
--color-2: #b429fa;
--color-3: #f293fb;
--color-4: #fbc1e8;
--color-5: #fcf0e3;
}

Nebula background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d0ce4, #b429fa, #f293fb, #fbc1e8, #fcf0e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d0ce4, #b429fa, #f293fb, #fbc1e8, #fcf0e3);
}

Nebula color palette created on .