Purple and Black Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple and Black Elegance palette

Share this palette to:

Purple and Black Elegance color palette CSS

/* CSS */
.color-1 {
color: #783caa;
}
.color-2 {
color: #482b69;
}
.color-3 {
color: #ba4048;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #0d0d26;
}

/* CSS Variables */
:root {
--color-1: #783caa;
--color-2: #482b69;
--color-3: #ba4048;
--color-4: #ffffff;
--color-5: #0d0d26;
}

Purple and Black Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #783caa, #482b69, #ba4048, #ffffff, #0d0d26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #783caa, #482b69, #ba4048, #ffffff, #0d0d26);
}

Similar color palettes

Purple and Black Elegance color palette created on .