Paleta de colores Whispers of Autumn's Veil

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Autumn's Veil palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Autumn's Veil

/* CSS */
.color-1 {
color: #f8d86d;
}
.color-2 {
color: #f3b849;
}
.color-3 {
color: #d97a36;
}
.color-4 {
color: #c05926;
}
.color-5 {
color: #a74b2a;
}

/* CSS Variables */
:root {
--color-1: #f8d86d;
--color-2: #f3b849;
--color-3: #d97a36;
--color-4: #c05926;
--color-5: #a74b2a;
}

CSS del degradado de fondo Whispers of Autumn's Veil

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d86d, #f3b849, #d97a36, #c05926, #a74b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d86d, #f3b849, #d97a36, #c05926, #a74b2a);
}

Whispers of Autumn's Veil color palette created on .