Purple Retro Cyberpunk Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Purple Retro Cyberpunk palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Purple Retro Cyberpunk

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

tavolozza dei colori Purple Retro Cyberpunk 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;
}

CSS con gradiente di sfondo 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 .