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: #2e1a47;
}
.color-2 {
color: #5e2b6e;
}
.color-3 {
color: #8f4d8a;
}
.color-4 {
color: #b68dbf;
}
.color-5 {
color: #d0c2d6;
}
/* CSS Variables */
:root {
--color-1: #2e1a47;
--color-2: #5e2b6e;
--color-3: #8f4d8a;
--color-4: #b68dbf;
--color-5: #d0c2d6;
}
Purple Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e1a47, #5e2b6e, #8f4d8a, #b68dbf, #d0c2d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e1a47, #5e2b6e, #8f4d8a, #b68dbf, #d0c2d6);
}
Similar color palettes
Purple Night color palette created on .