Paleta de colores Autumn Ember Tones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Ember Tones palette

Compartir esta paleta en:

CSS de la paleta de colores Autumn Ember Tones

/* CSS */
.color-1 {
color: #bf8636;
}
.color-2 {
color: #9a6a3c;
}
.color-3 {
color: #7f6043;
}
.color-4 {
color: #7f5334;
}
.color-5 {
color: #5d4d3c;
}

/* CSS Variables */
:root {
--color-1: #bf8636;
--color-2: #9a6a3c;
--color-3: #7f6043;
--color-4: #7f5334;
--color-5: #5d4d3c;
}

CSS del degradado de fondo Autumn Ember Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf8636, #9a6a3c, #7f6043, #7f5334, #5d4d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf8636, #9a6a3c, #7f6043, #7f5334, #5d4d3c);
}

Autumn Ember Tones color palette created on .