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: #3c3f4e;
}
.color-2 {
color: #5d5f6f;
}
.color-3 {
color: #848a94;
}
.color-4 {
color: #b4a7c8;
}
.color-5 {
color: #e1c5e7;
}
/* CSS Variables */
:root {
--color-1: #3c3f4e;
--color-2: #5d5f6f;
--color-3: #848a94;
--color-4: #b4a7c8;
--color-5: #e1c5e7;
}
Purple Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3f4e, #5d5f6f, #848a94, #b4a7c8, #e1c5e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3f4e, #5d5f6f, #848a94, #b4a7c8, #e1c5e7);
}
Similar color palettes
Purple Night color palette created on .