Paleta de colores Whispers of Autumn
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Autumn palette
CSS de la paleta de colores Whispers of Autumn
/* CSS */
.color-1 {
color: #d5aaad;
}
.color-2 {
color: #6f876e;
}
.color-3 {
color: #af556f;
}
.color-4 {
color: #be5e1e;
}
.color-5 {
color: #394643;
}
/* CSS Variables */
:root {
--color-1: #d5aaad;
--color-2: #6f876e;
--color-3: #af556f;
--color-4: #be5e1e;
--color-5: #394643;
}
CSS del degradado de fondo Whispers of Autumn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5aaad, #6f876e, #af556f, #be5e1e, #394643);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5aaad, #6f876e, #af556f, #be5e1e, #394643);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1 paleta de colores Soft pink
Whispers of Autumn color palette created on .