Paleta de colores Auburn Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Auburn Sunset palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Auburn Sunset

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

CSS de la paleta de colores Auburn Sunset

/* CSS */
.color-1 {
color: #5e3b3b;
}
.color-2 {
color: #8c5b3b;
}
.color-3 {
color: #c68e39;
}
.color-4 {
color: #e8b65e;
}
.color-5 {
color: #f4c19f;
}

/* CSS Variables */
:root {
--color-1: #5e3b3b;
--color-2: #8c5b3b;
--color-3: #c68e39;
--color-4: #e8b65e;
--color-5: #f4c19f;
}

CSS del degradado de fondo Auburn Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e3b3b, #8c5b3b, #c68e39, #e8b65e, #f4c19f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e3b3b, #8c5b3b, #c68e39, #e8b65e, #f4c19f);
}

Auburn Sunset color palette created on .