Paleta de colores Veil of Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Veil of Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Veil of Elegance

/* CSS */
.color-1 {
color: #5b3f7d;
}
.color-2 {
color: #a86b9d;
}
.color-3 {
color: #f1a7ae;
}
.color-4 {
color: #f5c9a3;
}
.color-5 {
color: #f2e1a1;
}

/* CSS Variables */
:root {
--color-1: #5b3f7d;
--color-2: #a86b9d;
--color-3: #f1a7ae;
--color-4: #f5c9a3;
--color-5: #f2e1a1;
}

CSS del degradado de fondo Veil of Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3f7d, #a86b9d, #f1a7ae, #f5c9a3, #f2e1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3f7d, #a86b9d, #f1a7ae, #f5c9a3, #f2e1a1);
}

Veil of Elegance color palette created on .