Purple Night Picnic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Night Picnic palette
Purple Night Picnic color palette CSS
/* CSS */
.color-1 {
color: #1a1d2d;
}
.color-2 {
color: #4b3f73;
}
.color-3 {
color: #7b699b;
}
.color-4 {
color: #b79dc8;
}
.color-5 {
color: #f5e4e0;
}
/* CSS Variables */
:root {
--color-1: #1a1d2d;
--color-2: #4b3f73;
--color-3: #7b699b;
--color-4: #b79dc8;
--color-5: #f5e4e0;
}
Purple Night Picnic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1d2d, #4b3f73, #7b699b, #b79dc8, #f5e4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1d2d, #4b3f73, #7b699b, #b79dc8, #f5e4e0);
}
Similar color palettes
Scroll down to explore 70+ Aesthetic color palettes
Purple Night Picnic color palette created on .