Violet Vengeance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Violet Vengeance palette

Share this palette to:

Download Violet Vengeance Color Palette (PNG)

Download violet vengeance color palette PNG image (landscape)
Download violet vengeance color palette PNG image (square)

Violet Vengeance color palette CSS

/* CSS */
.color-1 {
color: #8a2ce2;
}
.color-2 {
color: #7c68ee;
}
.color-3 {
color: #6a5bcd;
}
.color-4 {
color: #609d9f;
}
.color-5 {
color: #ff6347;
}

/* CSS Variables */
:root {
--color-1: #8a2ce2;
--color-2: #7c68ee;
--color-3: #6a5bcd;
--color-4: #609d9f;
--color-5: #ff6347;
}

Violet Vengeance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a2ce2, #7c68ee, #6a5bcd, #609d9f, #ff6347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a2ce2, #7c68ee, #6a5bcd, #609d9f, #ff6347);
}

Violet Vengeance color palette created on .