Paleta de colores Sweet Vengeance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Vengeance palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sweet Vengeance

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

CSS de la paleta de colores Sweet Vengeance

/* CSS */
.color-1 {
color: #ffb8c1;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #ff6bb5;
}
.color-4 {
color: #ff1492;
}
.color-5 {
color: #db7094;
}

/* CSS Variables */
:root {
--color-1: #ffb8c1;
--color-2: #ffffff;
--color-3: #ff6bb5;
--color-4: #ff1492;
--color-5: #db7094;
}

CSS del degradado de fondo Sweet Vengeance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb8c1, #ffffff, #ff6bb5, #ff1492, #db7094);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb8c1, #ffffff, #ff6bb5, #ff1492, #db7094);
}

Sweet Vengeance color palette created on .