Purple Night Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Night palette
Purple Night color palette CSS
/* CSS */
.color-1 {
color: #010038;
}
.color-2 {
color: #1b0f5c;
}
.color-3 {
color: #3d0c7e;
}
.color-4 {
color: #6c2f9d;
}
.color-5 {
color: #a93bb5;
}
/* CSS Variables */
:root {
--color-1: #010038;
--color-2: #1b0f5c;
--color-3: #3d0c7e;
--color-4: #6c2f9d;
--color-5: #a93bb5;
}
Purple Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #010038, #1b0f5c, #3d0c7e, #6c2f9d, #a93bb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #010038, #1b0f5c, #3d0c7e, #6c2f9d, #a93bb5);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Purple Night color palette created on .