Paleta de colores Purple Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Dream

/* CSS */
.color-1 {
color: #3b2a9d;
}
.color-2 {
color: #8a69bf;
}
.color-3 {
color: #b29edb;
}
.color-4 {
color: #f1c6d5;
}
.color-5 {
color: #f7b1a6;
}

/* CSS Variables */
:root {
--color-1: #3b2a9d;
--color-2: #8a69bf;
--color-3: #b29edb;
--color-4: #f1c6d5;
--color-5: #f7b1a6;
}

CSS del degradado de fondo Purple Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2a9d, #8a69bf, #b29edb, #f1c6d5, #f7b1a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2a9d, #8a69bf, #b29edb, #f1c6d5, #f7b1a6);
}

Purple Dream color palette created on .