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: #f4ebd2;
}
.color-2 {
color: #e2b8a1;
}
.color-3 {
color: #d79c8e;
}
.color-4 {
color: #a67dba;
}
.color-5 {
color: #f0c3a3;
}

/* CSS Variables */
:root {
--color-1: #f4ebd2;
--color-2: #e2b8a1;
--color-3: #d79c8e;
--color-4: #a67dba;
--color-5: #f0c3a3;
}

CSS con gradiente di sfondo Whispers of Autumn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4ebd2, #e2b8a1, #d79c8e, #a67dba, #f0c3a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4ebd2, #e2b8a1, #d79c8e, #a67dba, #f0c3a3);
}

Whispers of Autumn color palette created on .