Paleta de colores Warm Autumn Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Autumn Whispers palette

Compartir esta paleta en:

CSS de la paleta de colores Warm Autumn Whispers

/* CSS */
.color-1 {
color: #8c624a;
}
.color-2 {
color: #e8b369;
}
.color-3 {
color: #f1d7a2;
}
.color-4 {
color: #f7e4c0;
}
.color-5 {
color: #f9c69f;
}

/* CSS Variables */
:root {
--color-1: #8c624a;
--color-2: #e8b369;
--color-3: #f1d7a2;
--color-4: #f7e4c0;
--color-5: #f9c69f;
}

CSS del degradado de fondo Warm Autumn Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c624a, #e8b369, #f1d7a2, #f7e4c0, #f9c69f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c624a, #e8b369, #f1d7a2, #f7e4c0, #f9c69f);
}

Warm Autumn Whispers color palette created on .