Paleta de colores Purple Rock Star

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Rock Star palette

Compartir esta paleta en:

Descargar la paleta de colores Purple Rock Star (PNG)

Download purple rock star color palette PNG image (landscape)
Download purple rock star color palette PNG image (square)

CSS de la paleta de colores Purple Rock Star

/* CSS */
.color-1 {
color: #c0c0d3;
}
.color-2 {
color: #a34d90;
}
.color-3 {
color: #f8c8a0;
}
.color-4 {
color: #ffc300;
}
.color-5 {
color: #392c6d;
}

/* CSS Variables */
:root {
--color-1: #c0c0d3;
--color-2: #a34d90;
--color-3: #f8c8a0;
--color-4: #ffc300;
--color-5: #392c6d;
}

CSS del degradado de fondo Purple Rock Star

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0c0d3, #a34d90, #f8c8a0, #ffc300, #392c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0c0d3, #a34d90, #f8c8a0, #ffc300, #392c6d);
}

Purple Rock Star color palette created on .