The Nebula Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with The Nebula palette

Share this palette to:

The Nebula color palette CSS

/* CSS */
.color-1 {
color: #4a0080;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #7c68ee;
}
.color-4 {
color: #00bfff;
}
.color-5 {
color: #00fa9a;
}

/* CSS Variables */
:root {
--color-1: #4a0080;
--color-2: #6a5bcd;
--color-3: #7c68ee;
--color-4: #00bfff;
--color-5: #00fa9a;
}

The Nebula background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0080, #6a5bcd, #7c68ee, #00bfff, #00fa9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0080, #6a5bcd, #7c68ee, #00bfff, #00fa9a);
}

The Nebula color palette created on .