Dystopian Warrior Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dystopian Warrior palette

Share this palette to:

Dystopian Warrior color palette PNG image

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

Dystopian Warrior color palette CSS

/* CSS */
.color-1 {
color: #d4b59b;
}
.color-2 {
color: #a47e56;
}
.color-3 {
color: #6a4b39;
}
.color-4 {
color: #3b2a26;
}
.color-5 {
color: #1e1c1a;
}

/* CSS Variables */
:root {
--color-1: #d4b59b;
--color-2: #a47e56;
--color-3: #6a4b39;
--color-4: #3b2a26;
--color-5: #1e1c1a;
}

Dystopian Warrior background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4b59b, #a47e56, #6a4b39, #3b2a26, #1e1c1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4b59b, #a47e56, #6a4b39, #3b2a26, #1e1c1a);
}

Similar color palettes

Dystopian Warrior color palette created on .