Paleta de colores Autumn Ember

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Ember palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Autumn Ember

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

CSS de la paleta de colores Autumn Ember

/* CSS */
.color-1 {
color: #3f272e;
}
.color-2 {
color: #794a39;
}
.color-3 {
color: #b57d4f;
}
.color-4 {
color: #e1a35b;
}
.color-5 {
color: #f1c40e;
}

/* CSS Variables */
:root {
--color-1: #3f272e;
--color-2: #794a39;
--color-3: #b57d4f;
--color-4: #e1a35b;
--color-5: #f1c40e;
}

CSS del degradado de fondo Autumn Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f272e, #794a39, #b57d4f, #e1a35b, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f272e, #794a39, #b57d4f, #e1a35b, #f1c40e);
}

Autumn Ember color palette created on .