Paleta de colores Dystopian Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dystopian Dreams palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Dystopian Dreams

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

CSS de la paleta de colores Dystopian Dreams

/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #404040;
}
.color-3 {
color: #6e6e6e;
}
.color-4 {
color: #b8b8b8;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #404040;
--color-3: #6e6e6e;
--color-4: #b8b8b8;
--color-5: #ff4d4d;
}

CSS del degradado de fondo Dystopian Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #404040, #6e6e6e, #b8b8b8, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #404040, #6e6e6e, #b8b8b8, #ff4d4d);
}

Dystopian Dreams color palette created on .