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: #eab7f1;
}
.color-2 {
color: #d8a5d9;
}
.color-3 {
color: #b98dd8;
}
.color-4 {
color: #7c5b95;
}
.color-5 {
color: #4e2c68;
}

/* CSS Variables */
:root {
--color-1: #eab7f1;
--color-2: #d8a5d9;
--color-3: #b98dd8;
--color-4: #7c5b95;
--color-5: #4e2c68;
}

CSS del degradado de fondo Purple Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab7f1, #d8a5d9, #b98dd8, #7c5b95, #4e2c68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab7f1, #d8a5d9, #b98dd8, #7c5b95, #4e2c68);
}

Purple Dream color palette created on .