Paleta de colores Auburn Shadow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Auburn Shadow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Auburn Shadow

Download auburn shadow color palette PNG image (landscape)
Download auburn shadow color palette PNG image (square)

CSS de la paleta de colores Auburn Shadow

/* CSS */
.color-1 {
color: #694a3a;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d89a6e;
}
.color-4 {
color: #efc18f;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #694a3a;
--color-2: #a85f2e;
--color-3: #d89a6e;
--color-4: #efc18f;
--color-5: #f1c84b;
}

CSS del degradado de fondo Auburn Shadow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #694a3a, #a85f2e, #d89a6e, #efc18f, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #694a3a, #a85f2e, #d89a6e, #efc18f, #f1c84b);
}

Auburn Shadow color palette created on .