Paleta de colores Rustic Ember Tones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rustic Ember Tones palette

Compartir esta paleta en:

CSS de la paleta de colores Rustic Ember Tones

/* CSS */
.color-1 {
color: #ab6d54;
}
.color-2 {
color: #965b27;
}
.color-3 {
color: #74514e;
}
.color-4 {
color: #72421d;
}
.color-5 {
color: #48404a;
}

/* CSS Variables */
:root {
--color-1: #ab6d54;
--color-2: #965b27;
--color-3: #74514e;
--color-4: #72421d;
--color-5: #48404a;
}

CSS del degradado de fondo Rustic Ember Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ab6d54, #965b27, #74514e, #72421d, #48404a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ab6d54, #965b27, #74514e, #72421d, #48404a);
}

Rustic Ember Tones color palette created on .