Whispers of Autumn Gold Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Autumn Gold palette

Condividi questa palette a:

tavolozza dei colori Whispers of Autumn Gold CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #dbd6cd;
}
.color-3 {
color: #b2ae99;
}
.color-4 {
color: #d3b312;
}
.color-5 {
color: #807e6f;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #dbd6cd;
--color-3: #b2ae99;
--color-4: #d3b312;
--color-5: #807e6f;
}

CSS con gradiente di sfondo Whispers of Autumn Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #dbd6cd, #b2ae99, #d3b312, #807e6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #dbd6cd, #b2ae99, #d3b312, #807e6f);
}

Whispers of Autumn Gold color palette created on .