Paleta de colores Cyberpunk Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cyberpunk Sunset palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Cyberpunk Sunset

Download cyberpunk sunset color palette PNG image (landscape)
Download cyberpunk sunset color palette PNG image (square)

CSS de la paleta de colores Cyberpunk Sunset

/* CSS */
.color-1 {
color: #ff3c00;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ffd500;
}
.color-4 {
color: #00aeff;
}
.color-5 {
color: #00e677;
}

/* CSS Variables */
:root {
--color-1: #ff3c00;
--color-2: #ff6e00;
--color-3: #ffd500;
--color-4: #00aeff;
--color-5: #00e677;
}

CSS del degradado de fondo Cyberpunk Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3c00, #ff6e00, #ffd500, #00aeff, #00e677);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3c00, #ff6e00, #ffd500, #00aeff, #00e677);
}

Cyberpunk Sunset color palette created on .