Autumn's Whispering Hues Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Autumn's Whispering Hues palette

Condividi questa palette a:

tavolozza dei colori Autumn's Whispering Hues CSS

/* CSS */
.color-1 {
color: #bfabb0;
}
.color-2 {
color: #a98479;
}
.color-3 {
color: #b27110;
}
.color-4 {
color: #7c5e55;
}
.color-5 {
color: #814e13;
}

/* CSS Variables */
:root {
--color-1: #bfabb0;
--color-2: #a98479;
--color-3: #b27110;
--color-4: #7c5e55;
--color-5: #814e13;
}

CSS con gradiente di sfondo Autumn's Whispering Hues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfabb0, #a98479, #b27110, #7c5e55, #814e13);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfabb0, #a98479, #b27110, #7c5e55, #814e13);
}

Autumn's Whispering Hues color palette created on .