Purple Nebula Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Nebula palette
Purple Nebula color palette CSS
/* CSS */
.color-1 {
color: #592c6d;
}
.color-2 {
color: #7f599b;
}
.color-3 {
color: #a67eb9;
}
.color-4 {
color: #b7d1e6;
}
.color-5 {
color: #efdfa4;
}
/* CSS Variables */
:root {
--color-1: #592c6d;
--color-2: #7f599b;
--color-3: #a67eb9;
--color-4: #b7d1e6;
--color-5: #efdfa4;
}
Purple Nebula background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592c6d, #7f599b, #a67eb9, #b7d1e6, #efdfa4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592c6d, #7f599b, #a67eb9, #b7d1e6, #efdfa4);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Purple Nebula color palette created on .