Paleta de colores Dull Earthy Tones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dull Earthy Tones palette

Compartir esta paleta en:

Descargar la paleta de colores Dull Earthy Tones (PNG)

Download dull earthy tones color palette PNG image (landscape)
Download dull earthy tones color palette PNG image (square)

CSS de la paleta de colores Dull Earthy Tones

/* CSS */
.color-1 {
color: #a7b9b4;
}
.color-2 {
color: #d4c7bf;
}
.color-3 {
color: #f2e3d4;
}
.color-4 {
color: #e9c6a5;
}
.color-5 {
color: #c9a8a1;
}

/* CSS Variables */
:root {
--color-1: #a7b9b4;
--color-2: #d4c7bf;
--color-3: #f2e3d4;
--color-4: #e9c6a5;
--color-5: #c9a8a1;
}

CSS del degradado de fondo Dull Earthy Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b9b4, #d4c7bf, #f2e3d4, #e9c6a5, #c9a8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b9b4, #d4c7bf, #f2e3d4, #e9c6a5, #c9a8a1);
}

Dull Earthy Tones color palette created on .