Dystopian Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dystopian Dreams palette

Share this palette to:

Dystopian Dreams color palette PNG image

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

Dystopian Dreams color palette CSS

/* 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;
}

Dystopian Dreams background gradient CSS

/* 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 .