Redhead Dystopia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Redhead Dystopia palette

Share this palette to:

Redhead Dystopia color palette PNG image

Download redhead dystopia color palette PNG image (landscape)
Download redhead dystopia color palette PNG image (square)

Redhead Dystopia color palette CSS

/* CSS */
.color-1 {
color: #c94a4a;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #509dc3;
}
.color-5 {
color: #883e8e;
}

/* CSS Variables */
:root {
--color-1: #c94a4a;
--color-2: #f0a400;
--color-3: #ffcc00;
--color-4: #509dc3;
--color-5: #883e8e;
}

Redhead Dystopia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94a4a, #f0a400, #ffcc00, #509dc3, #883e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94a4a, #f0a400, #ffcc00, #509dc3, #883e8e);
}

Redhead Dystopia color palette created on .