Purple Night Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Night palette
Color Inspiration
Images that showcase this color palette in real designs
Download Purple Night Color Palette (PNG)
Purple Night color palette CSS
/* CSS */
.color-1 {
color: #1c204f;
}
.color-2 {
color: #4a2d6c;
}
.color-3 {
color: #a85d9b;
}
.color-4 {
color: #f6b6d3;
}
.color-5 {
color: #f4dfb4;
}
/* CSS Variables */
:root {
--color-1: #1c204f;
--color-2: #4a2d6c;
--color-3: #a85d9b;
--color-4: #f6b6d3;
--color-5: #f4dfb4;
}
Purple Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c204f, #4a2d6c, #a85d9b, #f6b6d3, #f4dfb4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c204f, #4a2d6c, #a85d9b, #f6b6d3, #f4dfb4);
}
Similar color palettes
Scroll down to explore 20+ Dark color palettes
Purple Night color palette created on .