Paleta de colores Earthy Ember Tones
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Earthy Ember Tones palette
CSS de la paleta de colores Earthy Ember Tones
/* CSS */
.color-1 {
color: #c6a680;
}
.color-2 {
color: #9d6d39;
}
.color-3 {
color: #6f502a;
}
.color-4 {
color: #5c330f;
}
.color-5 {
color: #41210b;
}
/* CSS Variables */
:root {
--color-1: #c6a680;
--color-2: #9d6d39;
--color-3: #6f502a;
--color-4: #5c330f;
--color-5: #41210b;
}
CSS del degradado de fondo Earthy Ember Tones
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6a680, #9d6d39, #6f502a, #5c330f, #41210b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6a680, #9d6d39, #6f502a, #5c330f, #41210b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 5 paletas de colores Earthy tones
Earthy Ember Tones color palette created on .