Purple Night Party Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Night Party palette
Purple Night Party color palette CSS
/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #6f2c90;
}
.color-3 {
color: #a77ccb;
}
.color-4 {
color: #f6a2d0;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #6f2c90;
--color-3: #a77ccb;
--color-4: #f6a2d0;
--color-5: #ff6e61;
}
Purple Night Party background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #6f2c90, #a77ccb, #f6a2d0, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #6f2c90, #a77ccb, #f6a2d0, #ff6e61);
}
Similar color palettes
Purple Night Party color palette created on .