Paleta de colores Desolate Destruction

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Desolate Destruction palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Desolate Destruction

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

CSS de la paleta de colores Desolate Destruction

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

CSS del degradado de fondo Desolate Destruction

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