Whispers of Autumn Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Autumn Dreams palette

Condividi questa palette a:

tavolozza dei colori Whispers of Autumn Dreams CSS

/* CSS */
.color-1 {
color: #f9f7f1;
}
.color-2 {
color: #c9c0ac;
}
.color-3 {
color: #907d64;
}
.color-4 {
color: #486c99;
}
.color-5 {
color: #675a4c;
}

/* CSS Variables */
:root {
--color-1: #f9f7f1;
--color-2: #c9c0ac;
--color-3: #907d64;
--color-4: #486c99;
--color-5: #675a4c;
}

CSS con gradiente di sfondo Whispers of Autumn Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f7f1, #c9c0ac, #907d64, #486c99, #675a4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f7f1, #c9c0ac, #907d64, #486c99, #675a4c);
}

Whispers of Autumn Dreams color palette created on .