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: #583a88;
}
.color-2 {
color: #635591;
}
.color-3 {
color: #8272b6;
}
.color-4 {
color: #ae97ce;
}
.color-5 {
color: #dbb3d5;
}
/* CSS Variables */
:root {
--color-1: #583a88;
--color-2: #635591;
--color-3: #8272b6;
--color-4: #ae97ce;
--color-5: #dbb3d5;
}
Purple Nebula background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #583a88, #635591, #8272b6, #ae97ce, #dbb3d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #583a88, #635591, #8272b6, #ae97ce, #dbb3d5);
}
Similar color palettes
Scroll down to explore 100+ Purple color palettes
Purple Nebula color palette created on .