Paleta de colores Aesthetic Prism Purple

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Aesthetic Prism Purple palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Aesthetic Prism Purple

Download aesthetic prism purple color palette PNG image (landscape)
Download aesthetic prism purple color palette PNG image (square)

CSS de la paleta de colores Aesthetic Prism Purple

/* CSS */
.color-1 {
color: #794c9a;
}
.color-2 {
color: #9b6db0;
}
.color-3 {
color: #b991d4;
}
.color-4 {
color: #e5a1f2;
}
.color-5 {
color: #f3c2ff;
}

/* CSS Variables */
:root {
--color-1: #794c9a;
--color-2: #9b6db0;
--color-3: #b991d4;
--color-4: #e5a1f2;
--color-5: #f3c2ff;
}

CSS del degradado de fondo Aesthetic Prism Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794c9a, #9b6db0, #b991d4, #e5a1f2, #f3c2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794c9a, #9b6db0, #b991d4, #e5a1f2, #f3c2ff);
}

Aesthetic Prism Purple color palette created on .