Paleta de colores Rustic Ember Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rustic Ember Glow palette

Compartir esta paleta en:

CSS de la paleta de colores Rustic Ember Glow

/* CSS */
.color-1 {
color: #c1674e;
}
.color-2 {
color: #e0aa4d;
}
.color-3 {
color: #f8cb7c;
}
.color-4 {
color: #f4e8b3;
}
.color-5 {
color: #d4a46e;
}

/* CSS Variables */
:root {
--color-1: #c1674e;
--color-2: #e0aa4d;
--color-3: #f8cb7c;
--color-4: #f4e8b3;
--color-5: #d4a46e;
}

CSS del degradado de fondo Rustic Ember Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1674e, #e0aa4d, #f8cb7c, #f4e8b3, #d4a46e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1674e, #e0aa4d, #f8cb7c, #f4e8b3, #d4a46e);
}

Rustic Ember Glow color palette created on .