Desolate Destruction Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desolate Destruction palette

Share this palette to:

Desolate Destruction color palette PNG image

Download desolate destruction color palette PNG image (landscape)
Download desolate destruction color palette PNG image (square)

Desolate Destruction color palette CSS

/* CSS */
.color-1 {
color: #603c2f;
}
.color-2 {
color: #b5675a;
}
.color-3 {
color: #e5b49a;
}
.color-4 {
color: #fef1d7;
}
.color-5 {
color: #f4beae;
}

/* CSS Variables */
:root {
--color-1: #603c2f;
--color-2: #b5675a;
--color-3: #e5b49a;
--color-4: #fef1d7;
--color-5: #f4beae;
}

Desolate Destruction background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #603c2f, #b5675a, #e5b49a, #fef1d7, #f4beae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #603c2f, #b5675a, #e5b49a, #fef1d7, #f4beae);
}

Desolate Destruction color palette created on .