Whispers of Autumn Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Autumn palette

Condividi questa palette a:

tavolozza dei colori Whispers of Autumn CSS

/* CSS */
.color-1 {
color: #bdb8b7;
}
.color-2 {
color: #b3a780;
}
.color-3 {
color: #858a93;
}
.color-4 {
color: #c3493c;
}
.color-5 {
color: #6f635d;
}

/* CSS Variables */
:root {
--color-1: #bdb8b7;
--color-2: #b3a780;
--color-3: #858a93;
--color-4: #c3493c;
--color-5: #6f635d;
}

CSS con gradiente di sfondo Whispers of Autumn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bdb8b7, #b3a780, #858a93, #c3493c, #6f635d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bdb8b7, #b3a780, #858a93, #c3493c, #6f635d);
}

Whispers of Autumn color palette created on .