Paleta de colores Violet Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Violet Dream palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Violet Dream

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

CSS de la paleta de colores Violet Dream

/* CSS */
.color-1 {
color: #8a2ce2;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #5c4f8c;
}
.color-4 {
color: #d8c0d8;
}
.color-5 {
color: #f0e78e;
}

/* CSS Variables */
:root {
--color-1: #8a2ce2;
--color-2: #6a5bcd;
--color-3: #5c4f8c;
--color-4: #d8c0d8;
--color-5: #f0e78e;
}

CSS del degradado de fondo Violet Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a2ce2, #6a5bcd, #5c4f8c, #d8c0d8, #f0e78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a2ce2, #6a5bcd, #5c4f8c, #d8c0d8, #f0e78e);
}

Violet Dream color palette created on .