Autumn Whisper Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Autumn Whisper palette

Condividi questa palette a:

tavolozza dei colori Autumn Whisper CSS

/* CSS */
.color-1 {
color: #f6c960;
}
.color-2 {
color: #e6aa7f;
}
.color-3 {
color: #a1c388;
}
.color-4 {
color: #fcefe3;
}
.color-5 {
color: #949494;
}

/* CSS Variables */
:root {
--color-1: #f6c960;
--color-2: #e6aa7f;
--color-3: #a1c388;
--color-4: #fcefe3;
--color-5: #949494;
}

CSS con gradiente di sfondo Autumn Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c960, #e6aa7f, #a1c388, #fcefe3, #949494);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c960, #e6aa7f, #a1c388, #fcefe3, #949494);
}

Tavolozze di colori simili

Autumn Whisper color palette created on .