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: #1e1a3d;
}
.color-2 {
color: #3d2a5b;
}
.color-3 {
color: #5b4a78;
}
.color-4 {
color: #7a6a9a;
}
.color-5 {
color: #a79ab6;
}

/* CSS Variables */
:root {
--color-1: #1e1a3d;
--color-2: #3d2a5b;
--color-3: #5b4a78;
--color-4: #7a6a9a;
--color-5: #a79ab6;
}

Purple Night background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a3d, #3d2a5b, #5b4a78, #7a6a9a, #a79ab6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a3d, #3d2a5b, #5b4a78, #7a6a9a, #a79ab6);
}

Purple Night color palette created on .