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: #dddfd8;
}
.color-2 {
color: #d6c795;
}
.color-3 {
color: #afc9de;
}
.color-4 {
color: #9f97d3;
}
.color-5 {
color: #cd985b;
}

/* CSS Variables */
:root {
--color-1: #dddfd8;
--color-2: #d6c795;
--color-3: #afc9de;
--color-4: #9f97d3;
--color-5: #cd985b;
}

CSS con gradiente di sfondo Whispers of Autumn Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dddfd8, #d6c795, #afc9de, #9f97d3, #cd985b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dddfd8, #d6c795, #afc9de, #9f97d3, #cd985b);
}

Whispers of Autumn Dreams color palette created on .