Amber Autumn Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Amber Autumn palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Amber Autumn

Download amber autumn color palette PNG image (landscape)
Download amber autumn color palette PNG image (square)

tavolozza dei colori Amber Autumn CSS

/* CSS */
.color-1 {
color: #f1d1a2;
}
.color-2 {
color: #d0a86c;
}
.color-3 {
color: #a46e3d;
}
.color-4 {
color: #8d4d25;
}
.color-5 {
color: #5d2c1d;
}

/* CSS Variables */
:root {
--color-1: #f1d1a2;
--color-2: #d0a86c;
--color-3: #a46e3d;
--color-4: #8d4d25;
--color-5: #5d2c1d;
}

CSS con gradiente di sfondo Amber Autumn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d1a2, #d0a86c, #a46e3d, #8d4d25, #5d2c1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d1a2, #d0a86c, #a46e3d, #8d4d25, #5d2c1d);
}

Amber Autumn color palette created on .