Paleta de colores Auburn Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Auburn Delight palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Auburn Delight

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

CSS de la paleta de colores Auburn Delight

/* CSS */
.color-1 {
color: #893e3e;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d2784b;
}
.color-4 {
color: #ebaf89;
}
.color-5 {
color: #f4dac3;
}

/* CSS Variables */
:root {
--color-1: #893e3e;
--color-2: #a85f2e;
--color-3: #d2784b;
--color-4: #ebaf89;
--color-5: #f4dac3;
}

CSS del degradado de fondo Auburn Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #893e3e, #a85f2e, #d2784b, #ebaf89, #f4dac3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #893e3e, #a85f2e, #d2784b, #ebaf89, #f4dac3);
}

Auburn Delight color palette created on .