Paleta de colores Purple Retro Cyberpunk

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Retro Cyberpunk palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Retro Cyberpunk

/* CSS */
.color-1 {
color: #592d8f;
}
.color-2 {
color: #8a4ed0;
}
.color-3 {
color: #b08fe5;
}
.color-4 {
color: #d4b3ff;
}
.color-5 {
color: #ff85c6;
}

/* CSS Variables */
:root {
--color-1: #592d8f;
--color-2: #8a4ed0;
--color-3: #b08fe5;
--color-4: #d4b3ff;
--color-5: #ff85c6;
}

CSS del degradado de fondo Purple Retro Cyberpunk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592d8f, #8a4ed0, #b08fe5, #d4b3ff, #ff85c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592d8f, #8a4ed0, #b08fe5, #d4b3ff, #ff85c6);
}

Purple Retro Cyberpunk color palette created on .