Auburn Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Auburn Sunset palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Auburn Sunset

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

tavolozza dei colori Auburn Sunset CSS

/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #c67c4e;
}
.color-3 {
color: #d39c6f;
}
.color-4 {
color: #e5b69f;
}
.color-5 {
color: #f2d4c4;
}

/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #c67c4e;
--color-3: #d39c6f;
--color-4: #e5b69f;
--color-5: #f2d4c4;
}

CSS con gradiente di sfondo Auburn Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #c67c4e, #d39c6f, #e5b69f, #f2d4c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #c67c4e, #d39c6f, #e5b69f, #f2d4c4);
}

Auburn Sunset color palette created on .