Paleta de colores Natural Deer

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Natural Deer palette

Compartir esta paleta en:

Descargar la paleta de colores Natural Deer (PNG)

Download natural deer color palette PNG image (landscape)
Download natural deer color palette PNG image (square)

CSS de la paleta de colores Natural Deer

/* CSS */
.color-1 {
color: #a78d6c;
}
.color-2 {
color: #c3b89d;
}
.color-3 {
color: #e4d9b4;
}
.color-4 {
color: #c6b3a4;
}
.color-5 {
color: #8e6b5d;
}

/* CSS Variables */
:root {
--color-1: #a78d6c;
--color-2: #c3b89d;
--color-3: #e4d9b4;
--color-4: #c6b3a4;
--color-5: #8e6b5d;
}

CSS del degradado de fondo Natural Deer

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a78d6c, #c3b89d, #e4d9b4, #c6b3a4, #8e6b5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a78d6c, #c3b89d, #e4d9b4, #c6b3a4, #8e6b5d);
}

Natural Deer color palette created on .