Paleta de colores Purple Stardust

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Stardust palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Purple Stardust

Download purple stardust color palette PNG image (landscape)
Download purple stardust color palette PNG image (square)

CSS de la paleta de colores Purple Stardust

/* CSS */
.color-1 {
color: #dfc3e9;
}
.color-2 {
color: #bba6ce;
}
.color-3 {
color: #8e79a0;
}
.color-4 {
color: #796996;
}
.color-5 {
color: #4e4464;
}

/* CSS Variables */
:root {
--color-1: #dfc3e9;
--color-2: #bba6ce;
--color-3: #8e79a0;
--color-4: #796996;
--color-5: #4e4464;
}

CSS del degradado de fondo Purple Stardust

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfc3e9, #bba6ce, #8e79a0, #796996, #4e4464);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfc3e9, #bba6ce, #8e79a0, #796996, #4e4464);
}

Purple Stardust color palette created on .