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: #e2ded0;
}
.color-2 {
color: #a4b2ae;
}
.color-3 {
color: #956b4b;
}
.color-4 {
color: #37699a;
}
.color-5 {
color: #ac0205;
}

/* CSS Variables */
:root {
--color-1: #e2ded0;
--color-2: #a4b2ae;
--color-3: #956b4b;
--color-4: #37699a;
--color-5: #ac0205;
}

CSS con gradiente di sfondo Whispers of Autumn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2ded0, #a4b2ae, #956b4b, #37699a, #ac0205);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2ded0, #a4b2ae, #956b4b, #37699a, #ac0205);
}

Whispers of Autumn color palette created on .