Paleta de colores Purple Silver Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Silver Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Silver Dreams

/* CSS */
.color-1 {
color: #9b58b6;
}
.color-2 {
color: #a06e9a;
}
.color-3 {
color: #d1b3d1;
}
.color-4 {
color: #c2c7c6;
}
.color-5 {
color: #e6e6e6;
}

/* CSS Variables */
:root {
--color-1: #9b58b6;
--color-2: #a06e9a;
--color-3: #d1b3d1;
--color-4: #c2c7c6;
--color-5: #e6e6e6;
}

CSS del degradado de fondo Purple Silver Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b58b6, #a06e9a, #d1b3d1, #c2c7c6, #e6e6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b58b6, #a06e9a, #d1b3d1, #c2c7c6, #e6e6e6);
}

Purple Silver Dreams color palette created on .