Paleta de colores Twilight Ember Serenade
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Twilight Ember Serenade palette
CSS de la paleta de colores Twilight Ember Serenade
/* CSS */
.color-1 {
color: #a79e90;
}
.color-2 {
color: #c4b6a6;
}
.color-3 {
color: #e4d1b4;
}
.color-4 {
color: #f3b539;
}
.color-5 {
color: #d67d38;
}
/* CSS Variables */
:root {
--color-1: #a79e90;
--color-2: #c4b6a6;
--color-3: #e4d1b4;
--color-4: #f3b539;
--color-5: #d67d38;
}
CSS del degradado de fondo Twilight Ember Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a79e90, #c4b6a6, #e4d1b4, #f3b539, #d67d38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a79e90, #c4b6a6, #e4d1b4, #f3b539, #d67d38);
}
Paletas de colores similares
Twilight Ember Serenade color palette created on .