Paleta de colores Whispers of Autumn Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Autumn Gold palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Autumn Gold

/* CSS */
.color-1 {
color: #fafafa;
}
.color-2 {
color: #e9dfce;
}
.color-3 {
color: #ecdd79;
}
.color-4 {
color: #dbc039;
}
.color-5 {
color: #bab0ab;
}

/* CSS Variables */
:root {
--color-1: #fafafa;
--color-2: #e9dfce;
--color-3: #ecdd79;
--color-4: #dbc039;
--color-5: #bab0ab;
}

CSS del degradado de fondo Whispers of Autumn Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fafafa, #e9dfce, #ecdd79, #dbc039, #bab0ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fafafa, #e9dfce, #ecdd79, #dbc039, #bab0ab);
}

Paletas de colores similares

Whispers of Autumn Gold color palette created on .