Two Stage Black and Violet Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Two Stage Black and Violet palette

Share this palette to:

Download Two Stage Black and Violet Color Palette (PNG)

Download two stage black and violet color palette PNG image (landscape)
Download two stage black and violet color palette PNG image (square)

Two Stage Black and Violet color palette CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4a2c87;
}
.color-3 {
color: #704d9d;
}
.color-4 {
color: #a879b4;
}
.color-5 {
color: #d6c3df;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4a2c87;
--color-3: #704d9d;
--color-4: #a879b4;
--color-5: #d6c3df;
}

Two Stage Black and Violet background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4a2c87, #704d9d, #a879b4, #d6c3df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4a2c87, #704d9d, #a879b4, #d6c3df);
}

Two Stage Black and Violet color palette created on .