Purple Night Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Night palette

Share this palette to:

Purple Night color palette CSS

/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffcd29;
}
.color-4 {
color: #29b0ff;
}
.color-5 {
color: #1e3b71;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #ff6e61;
--color-3: #ffcd29;
--color-4: #29b0ff;
--color-5: #1e3b71;
}

Purple Night background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #ff6e61, #ffcd29, #29b0ff, #1e3b71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #ff6e61, #ffcd29, #29b0ff, #1e3b71);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Purple Night color palette created on .