Loading...

Purple Retro Cyberpunk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Retro Cyberpunk palette

Share this palette to:

Download Purple Retro Cyberpunk Color Palette (PNG)

Download purple retro cyberpunk color palette PNG image (landscape)
Download purple retro cyberpunk color palette PNG image (square)

Purple Retro Cyberpunk color palette CSS

/* 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;
}

Purple Retro Cyberpunk background gradient CSS

/* 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 .