Paleta de colores Violet Vengeance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Violet Vengeance palette

Compartir esta paleta en:

Descargar la paleta de colores Violet Vengeance (PNG)

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

CSS de la paleta de colores Violet Vengeance

/* 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;
}

CSS del degradado de fondo Violet Vengeance

/* 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 .