Paleta de colores Cyberpunk Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cyberpunk Dreams palette

Compartir esta paleta en:

Descargar la paleta de colores Cyberpunk Dreams (PNG)

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

CSS de la paleta de colores Cyberpunk Dreams

/* CSS */
.color-1 {
color: #ff3d94;
}
.color-2 {
color: #b5307e;
}
.color-3 {
color: #6a2a98;
}
.color-4 {
color: #3f1c6d;
}
.color-5 {
color: #200b4b;
}

/* CSS Variables */
:root {
--color-1: #ff3d94;
--color-2: #b5307e;
--color-3: #6a2a98;
--color-4: #3f1c6d;
--color-5: #200b4b;
}

CSS del degradado de fondo Cyberpunk Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d94, #b5307e, #6a2a98, #3f1c6d, #200b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d94, #b5307e, #6a2a98, #3f1c6d, #200b4b);
}

Cyberpunk Dreams color palette created on .