Paleta de colores Purple Wolf

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Wolf palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Wolf

/* CSS */
.color-1 {
color: #4c3e70;
}
.color-2 {
color: #6a5b8b;
}
.color-3 {
color: #a37ebe;
}
.color-4 {
color: #d1b3e0;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #6a5b8b;
--color-3: #a37ebe;
--color-4: #d1b3e0;
--color-5: #eab8d1;
}

CSS del degradado de fondo Purple Wolf

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #6a5b8b, #a37ebe, #d1b3e0, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #6a5b8b, #a37ebe, #d1b3e0, #eab8d1);
}

Purple Wolf color palette created on .