Paleta de colores Autumn Maple

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Maple palette

Compartir esta paleta en:

Descargar la paleta de colores Autumn Maple (PNG)

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

CSS de la paleta de colores Autumn Maple

/* CSS */
.color-1 {
color: #a95b3d;
}
.color-2 {
color: #d29a5b;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #8fbc8f;
}
.color-5 {
color: #609d9f;
}

/* CSS Variables */
:root {
--color-1: #a95b3d;
--color-2: #d29a5b;
--color-3: #f1c84b;
--color-4: #8fbc8f;
--color-5: #609d9f;
}

CSS del degradado de fondo Autumn Maple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a95b3d, #d29a5b, #f1c84b, #8fbc8f, #609d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a95b3d, #d29a5b, #f1c84b, #8fbc8f, #609d9f);
}

Autumn Maple color palette created on .