Autumn Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Whisper palette

このパレットを共有する先:

Autumn Whisper カラー パレット PNG 画像

Download autumn whisper color palette PNG image (landscape)
Download autumn whisper color palette PNG image (square)

Autumn Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #dfad6d;
}
.color-2 {
color: #e49e49;
}
.color-3 {
color: #cb701a;
}
.color-4 {
color: #a23916;
}
.color-5 {
color: #8a1a14;
}

/* CSS Variables */
:root {
--color-1: #dfad6d;
--color-2: #e49e49;
--color-3: #cb701a;
--color-4: #a23916;
--color-5: #8a1a14;
}

Autumn Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfad6d, #e49e49, #cb701a, #a23916, #8a1a14);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfad6d, #e49e49, #cb701a, #a23916, #8a1a14);
}

Autumn Whisper color palette created on .