90s Fall Vibes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with 90s Fall Vibes palette
90s Fall Vibes カラー パレット PNG 画像
90s Fall Vibes カラーパレット CSS
/* CSS */
.color-1 {
color: #c65c39;
}
.color-2 {
color: #d7996a;
}
.color-3 {
color: #f2d1a6;
}
.color-4 {
color: #a8b3a9;
}
.color-5 {
color: #5b3a29;
}
/* CSS Variables */
:root {
--color-1: #c65c39;
--color-2: #d7996a;
--color-3: #f2d1a6;
--color-4: #a8b3a9;
--color-5: #5b3a29;
}
90s Fall Vibes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65c39, #d7996a, #f2d1a6, #a8b3a9, #5b3a29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65c39, #d7996a, #f2d1a6, #a8b3a9, #5b3a29);
}
似たようなカラーパレット
下にスクロールして1000+個の90年代カラーパレットを探索しましょう
90s Fall Vibes color palette created on .