Paleta de colores Purple Heart Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Heart Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Heart Shades

/* CSS */
.color-1 {
color: #672ec2;
}
.color-2 {
color: #8a5ec5;
}
.color-3 {
color: #a88dc9;
}
.color-4 {
color: #d69fe0;
}
.color-5 {
color: #eab7f1;
}

/* CSS Variables */
:root {
--color-1: #672ec2;
--color-2: #8a5ec5;
--color-3: #a88dc9;
--color-4: #d69fe0;
--color-5: #eab7f1;
}

CSS del degradado de fondo Purple Heart Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #672ec2, #8a5ec5, #a88dc9, #d69fe0, #eab7f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #672ec2, #8a5ec5, #a88dc9, #d69fe0, #eab7f1);
}

Purple Heart Shades color palette created on .