Auburn Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Auburn Glow palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Auburn Glow

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

tavolozza dei colori Auburn Glow CSS

/* CSS */
.color-1 {
color: #7e3b3a;
}
.color-2 {
color: #a65e4e;
}
.color-3 {
color: #d28c74;
}
.color-4 {
color: #f2b39c;
}
.color-5 {
color: #f7e2d9;
}

/* CSS Variables */
:root {
--color-1: #7e3b3a;
--color-2: #a65e4e;
--color-3: #d28c74;
--color-4: #f2b39c;
--color-5: #f7e2d9;
}

CSS con gradiente di sfondo Auburn Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e3b3a, #a65e4e, #d28c74, #f2b39c, #f7e2d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e3b3a, #a65e4e, #d28c74, #f2b39c, #f7e2d9);
}

Auburn Glow color palette created on .