Auburn Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Auburn Sunrise palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Auburn Sunrise

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

tavolozza dei colori Auburn Sunrise CSS

/* CSS */
.color-1 {
color: #a65e2b;
}
.color-2 {
color: #d5884d;
}
.color-3 {
color: #f2b769;
}
.color-4 {
color: #f7d58d;
}
.color-5 {
color: #f9e1b9;
}

/* CSS Variables */
:root {
--color-1: #a65e2b;
--color-2: #d5884d;
--color-3: #f2b769;
--color-4: #f7d58d;
--color-5: #f9e1b9;
}

CSS con gradiente di sfondo Auburn Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a65e2b, #d5884d, #f2b769, #f7d58d, #f9e1b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a65e2b, #d5884d, #f2b769, #f7d58d, #f9e1b9);
}

Auburn Sunrise color palette created on .