Paleta de colores Purple Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Dreams

/* CSS */
.color-1 {
color: #7b5b9f;
}
.color-2 {
color: #af9ac1;
}
.color-3 {
color: #e1d2f4;
}
.color-4 {
color: #f6c6e1;
}
.color-5 {
color: #f19dbc;
}

/* CSS Variables */
:root {
--color-1: #7b5b9f;
--color-2: #af9ac1;
--color-3: #e1d2f4;
--color-4: #f6c6e1;
--color-5: #f19dbc;
}

CSS del degradado de fondo Purple Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b5b9f, #af9ac1, #e1d2f4, #f6c6e1, #f19dbc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b5b9f, #af9ac1, #e1d2f4, #f6c6e1, #f19dbc);
}

Purple Dreams color palette created on .