Paleta de colores Auburn Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Auburn Elegance palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Auburn Elegance

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

CSS de la paleta de colores Auburn Elegance

/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #a45b7c;
}
.color-3 {
color: #d68a97;
}
.color-4 {
color: #e3b0b6;
}
.color-5 {
color: #f0d1d3;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #a45b7c;
--color-3: #d68a97;
--color-4: #e3b0b6;
--color-5: #f0d1d3;
}

CSS del degradado de fondo Auburn Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #a45b7c, #d68a97, #e3b0b6, #f0d1d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #a45b7c, #d68a97, #e3b0b6, #f0d1d3);
}

Auburn Elegance color palette created on .