Black Violet Digital Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Black Violet Digital palette

Share this palette to:

Download Black Violet Digital Color Palette (PNG)

Download black violet digital color palette PNG image (landscape)
Download black violet digital color palette PNG image (square)

Black Violet Digital color palette CSS

/* CSS */
.color-1 {
color: #1e1a3d;
}
.color-2 {
color: #4a3c5d;
}
.color-3 {
color: #795d83;
}
.color-4 {
color: #c17ec9;
}
.color-5 {
color: #e5a9e0;
}

/* CSS Variables */
:root {
--color-1: #1e1a3d;
--color-2: #4a3c5d;
--color-3: #795d83;
--color-4: #c17ec9;
--color-5: #e5a9e0;
}

Black Violet Digital background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a3d, #4a3c5d, #795d83, #c17ec9, #e5a9e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a3d, #4a3c5d, #795d83, #c17ec9, #e5a9e0);
}

Black Violet Digital color palette created on .