Paleta de colores Autumn Applewood

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Applewood palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Autumn Applewood

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

CSS de la paleta de colores Autumn Applewood

/* CSS */
.color-1 {
color: #aa5f3c;
}
.color-2 {
color: #dc6b4c;
}
.color-3 {
color: #f2b018;
}
.color-4 {
color: #ffdd1a;
}
.color-5 {
color: #ffc061;
}

/* CSS Variables */
:root {
--color-1: #aa5f3c;
--color-2: #dc6b4c;
--color-3: #f2b018;
--color-4: #ffdd1a;
--color-5: #ffc061;
}

CSS del degradado de fondo Autumn Applewood

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aa5f3c, #dc6b4c, #f2b018, #ffdd1a, #ffc061);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aa5f3c, #dc6b4c, #f2b018, #ffdd1a, #ffc061);
}

Autumn Applewood color palette created on .