Dark Purple Nebula Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Purple Nebula palette
Dark Purple Nebula color palette CSS
/* CSS */
.color-1 {
color: #2d1849;
}
.color-2 {
color: #351e52;
}
.color-3 {
color: #552258;
}
.color-4 {
color: #5e2c6d;
}
.color-5 {
color: #7c367a;
}
/* CSS Variables */
:root {
--color-1: #2d1849;
--color-2: #351e52;
--color-3: #552258;
--color-4: #5e2c6d;
--color-5: #7c367a;
}
Dark Purple Nebula background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d1849, #351e52, #552258, #5e2c6d, #7c367a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d1849, #351e52, #552258, #5e2c6d, #7c367a);
}
Similar color palettes
Dark Purple Nebula color palette created on .