Paleta de colores Whispers of Autumn Ember
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Autumn Ember palette
CSS de la paleta de colores Whispers of Autumn Ember
/* CSS */
.color-1 {
color: #a7988b;
}
.color-2 {
color: #8b9cac;
}
.color-3 {
color: #a77762;
}
.color-4 {
color: #76787f;
}
.color-5 {
color: #e02e31;
}
/* CSS Variables */
:root {
--color-1: #a7988b;
--color-2: #8b9cac;
--color-3: #a77762;
--color-4: #76787f;
--color-5: #e02e31;
}
CSS del degradado de fondo Whispers of Autumn Ember
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7988b, #8b9cac, #a77762, #76787f, #e02e31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7988b, #8b9cac, #a77762, #76787f, #e02e31);
}
Paletas de colores similares
Whispers of Autumn Ember color palette created on .