Whispers of Autumn Breeze Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Autumn Breeze palette

Condividi questa palette a:

tavolozza dei colori Whispers of Autumn Breeze CSS

/* CSS */
.color-1 {
color: #dfe7e7;
}
.color-2 {
color: #dad8cd;
}
.color-3 {
color: #c1d5e1;
}
.color-4 {
color: #cdae8e;
}
.color-5 {
color: #aa7a50;
}

/* CSS Variables */
:root {
--color-1: #dfe7e7;
--color-2: #dad8cd;
--color-3: #c1d5e1;
--color-4: #cdae8e;
--color-5: #aa7a50;
}

CSS con gradiente di sfondo Whispers of Autumn Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfe7e7, #dad8cd, #c1d5e1, #cdae8e, #aa7a50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfe7e7, #dad8cd, #c1d5e1, #cdae8e, #aa7a50);
}

Whispers of Autumn Breeze color palette created on .