Autumn to Winter Transition カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Autumn to Winter Transition palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Autumn to Winter Transition カラーパレット (PNG) をダウンロード
Autumn to Winter Transition カラーパレット CSS
/* CSS */
.color-1 {
color: #8c5a2b;
}
.color-2 {
color: #c19b6c;
}
.color-3 {
color: #e0af7b;
}
.color-4 {
color: #afc3cf;
}
.color-5 {
color: #609d9f;
}
/* CSS Variables */
:root {
--color-1: #8c5a2b;
--color-2: #c19b6c;
--color-3: #e0af7b;
--color-4: #afc3cf;
--color-5: #609d9f;
}
Autumn to Winter Transition の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a2b, #c19b6c, #e0af7b, #afc3cf, #609d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a2b, #c19b6c, #e0af7b, #afc3cf, #609d9f);
}
似たようなカラーパレット
Autumn to Winter Transition color palette created on .