Paleta de colores Auburn Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Auburn Glow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Auburn Glow

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

CSS de la paleta de colores Auburn Glow

/* CSS */
.color-1 {
color: #b65935;
}
.color-2 {
color: #d88c6e;
}
.color-3 {
color: #e9b79f;
}
.color-4 {
color: #d79979;
}
.color-5 {
color: #c34f28;
}

/* CSS Variables */
:root {
--color-1: #b65935;
--color-2: #d88c6e;
--color-3: #e9b79f;
--color-4: #d79979;
--color-5: #c34f28;
}

CSS del degradado de fondo Auburn Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b65935, #d88c6e, #e9b79f, #d79979, #c34f28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b65935, #d88c6e, #e9b79f, #d79979, #c34f28);
}

Auburn Glow color palette created on .