Paleta de colores Purple Goth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Goth palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Goth

/* CSS */
.color-1 {
color: #4a3b59;
}
.color-2 {
color: #79698c;
}
.color-3 {
color: #a594b3;
}
.color-4 {
color: #d6c5e7;
}
.color-5 {
color: #f2dff6;
}

/* CSS Variables */
:root {
--color-1: #4a3b59;
--color-2: #79698c;
--color-3: #a594b3;
--color-4: #d6c5e7;
--color-5: #f2dff6;
}

CSS del degradado de fondo Purple Goth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3b59, #79698c, #a594b3, #d6c5e7, #f2dff6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3b59, #79698c, #a594b3, #d6c5e7, #f2dff6);
}

Purple Goth color palette created on .