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: #9f512d;
}
.color-2 {
color: #c75d3d;
}
.color-3 {
color: #da7d4e;
}
.color-4 {
color: #e9a06d;
}
.color-5 {
color: #f6c58e;
}

/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #c75d3d;
--color-3: #da7d4e;
--color-4: #e9a06d;
--color-5: #f6c58e;
}

CSS con gradiente di sfondo Auburn Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #c75d3d, #da7d4e, #e9a06d, #f6c58e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #c75d3d, #da7d4e, #e9a06d, #f6c58e);
}

Auburn Glow color palette created on .