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: #f7e3b6;
}
.color-2 {
color: #f1be83;
}
.color-3 {
color: #f08228;
}
.color-4 {
color: #ec4d18;
}
.color-5 {
color: #b62028;
}

/* CSS Variables */
:root {
--color-1: #f7e3b6;
--color-2: #f1be83;
--color-3: #f08228;
--color-4: #ec4d18;
--color-5: #b62028;
}

CSS del degradado de fondo Autumn Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e3b6, #f1be83, #f08228, #ec4d18, #b62028);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e3b6, #f1be83, #f08228, #ec4d18, #b62028);
}

Autumn Whispers color palette created on .