Paleta de colores Autumn Ember

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Ember palette

Compartir esta paleta en:

CSS de la paleta de colores Autumn Ember

/* CSS */
.color-1 {
color: #e5bdae;
}
.color-2 {
color: #d6a57a;
}
.color-3 {
color: #c8905b;
}
.color-4 {
color: #bf7e4f;
}
.color-5 {
color: #ab6b3b;
}

/* CSS Variables */
:root {
--color-1: #e5bdae;
--color-2: #d6a57a;
--color-3: #c8905b;
--color-4: #bf7e4f;
--color-5: #ab6b3b;
}

CSS del degradado de fondo Autumn Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5bdae, #d6a57a, #c8905b, #bf7e4f, #ab6b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5bdae, #d6a57a, #c8905b, #bf7e4f, #ab6b3b);
}

Autumn Ember color palette created on .