Paleta de colores Purple Punishment

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Punishment palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Punishment

/* CSS */
.color-1 {
color: #6a3f88;
}
.color-2 {
color: #a76bae;
}
.color-3 {
color: #e59fb4;
}
.color-4 {
color: #f8c3b4;
}
.color-5 {
color: #f9e1b4;
}

/* CSS Variables */
:root {
--color-1: #6a3f88;
--color-2: #a76bae;
--color-3: #e59fb4;
--color-4: #f8c3b4;
--color-5: #f9e1b4;
}

CSS del degradado de fondo Purple Punishment

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a3f88, #a76bae, #e59fb4, #f8c3b4, #f9e1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a3f88, #a76bae, #e59fb4, #f8c3b4, #f9e1b4);
}

Purple Punishment color palette created on .