Retro Neon Cyberpunk Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Retro Neon Cyberpunk palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Retro Neon Cyberpunk

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

tavolozza dei colori Retro Neon Cyberpunk CSS

/* CSS */
.color-1 {
color: #ff5100;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #ffd500;
}
.color-5 {
color: #d0ff14;
}

/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #ff6e00;
--color-3: #ffb300;
--color-4: #ffd500;
--color-5: #d0ff14;
}

CSS con gradiente di sfondo Retro Neon Cyberpunk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #ff6e00, #ffb300, #ffd500, #d0ff14);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #ff6e00, #ffb300, #ffd500, #d0ff14);
}

Retro Neon Cyberpunk color palette created on .