Paleta de colores Amber Autumn

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Amber Autumn palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Amber Autumn

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

CSS de la paleta de colores Amber Autumn

/* 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 del degradado de fondo 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 .