Dark Nebula Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Nebula palette

Share this palette to:

Dark Nebula color palette CSS

/* CSS */
.color-1 {
color: #270f43;
}
.color-2 {
color: #3a266e;
}
.color-3 {
color: #4f438e;
}
.color-4 {
color: #6b4da8;
}
.color-5 {
color: #966fbe;
}

/* CSS Variables */
:root {
--color-1: #270f43;
--color-2: #3a266e;
--color-3: #4f438e;
--color-4: #6b4da8;
--color-5: #966fbe;
}

Dark Nebula background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #270f43, #3a266e, #4f438e, #6b4da8, #966fbe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #270f43, #3a266e, #4f438e, #6b4da8, #966fbe);
}

Dark Nebula color palette created on .