Paleta de colores Autumn Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Whispers palette

Compartir esta paleta en:

CSS de la paleta de colores Autumn Whispers

/* CSS */
.color-1 {
color: #d3803c;
}
.color-2 {
color: #f1a94b;
}
.color-3 {
color: #f4d06c;
}
.color-4 {
color: #a7d2aa;
}
.color-5 {
color: #b5e3d8;
}

/* CSS Variables */
:root {
--color-1: #d3803c;
--color-2: #f1a94b;
--color-3: #f4d06c;
--color-4: #a7d2aa;
--color-5: #b5e3d8;
}

CSS del degradado de fondo Autumn Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3803c, #f1a94b, #f4d06c, #a7d2aa, #b5e3d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3803c, #f1a94b, #f4d06c, #a7d2aa, #b5e3d8);
}

Autumn Whispers color palette created on .