Paleta de colores Auburn Intensity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Auburn Intensity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Auburn Intensity

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

CSS de la paleta de colores Auburn Intensity

/* CSS */
.color-1 {
color: #502b2b;
}
.color-2 {
color: #a95c47;
}
.color-3 {
color: #d19b6b;
}
.color-4 {
color: #f4d69f;
}
.color-5 {
color: #c7aa4d;
}

/* CSS Variables */
:root {
--color-1: #502b2b;
--color-2: #a95c47;
--color-3: #d19b6b;
--color-4: #f4d69f;
--color-5: #c7aa4d;
}

CSS del degradado de fondo Auburn Intensity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #502b2b, #a95c47, #d19b6b, #f4d69f, #c7aa4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #502b2b, #a95c47, #d19b6b, #f4d69f, #c7aa4d);
}

Auburn Intensity color palette created on .