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: #e5e4d7;
}
.color-2 {
color: #a6c1e2;
}
.color-3 {
color: #c0b868;
}
.color-4 {
color: #a8a5a4;
}
.color-5 {
color: #878782;
}

/* CSS Variables */
:root {
--color-1: #e5e4d7;
--color-2: #a6c1e2;
--color-3: #c0b868;
--color-4: #a8a5a4;
--color-5: #878782;
}

CSS con gradiente di sfondo Whispers of Autumn Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e4d7, #a6c1e2, #c0b868, #a8a5a4, #878782);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e4d7, #a6c1e2, #c0b868, #a8a5a4, #878782);
}

Whispers of Autumn Breeze color palette created on .