Paleta de colores Auburn Essence

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Auburn Essence palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Auburn Essence

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

CSS de la paleta de colores Auburn Essence

/* CSS */
.color-1 {
color: #7c3b18;
}
.color-2 {
color: #9d5c3f;
}
.color-3 {
color: #c6895d;
}
.color-4 {
color: #e3bb8c;
}
.color-5 {
color: #f2cfc0;
}

/* CSS Variables */
:root {
--color-1: #7c3b18;
--color-2: #9d5c3f;
--color-3: #c6895d;
--color-4: #e3bb8c;
--color-5: #f2cfc0;
}

CSS del degradado de fondo Auburn Essence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c3b18, #9d5c3f, #c6895d, #e3bb8c, #f2cfc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c3b18, #9d5c3f, #c6895d, #e3bb8c, #f2cfc0);
}

Auburn Essence color palette created on .