90s Vibes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with 90s Vibes palette
90s Vibes カラー パレット PNG 画像
90s Vibes カラーパレット CSS
/* CSS */
.color-1 {
color: #805552;
}
.color-2 {
color: #3c364f;
}
.color-3 {
color: #4e5d3c;
}
.color-4 {
color: #886d6e;
}
.color-5 {
color: #566176;
}
/* CSS Variables */
:root {
--color-1: #805552;
--color-2: #3c364f;
--color-3: #4e5d3c;
--color-4: #886d6e;
--color-5: #566176;
}
90s Vibes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #805552, #3c364f, #4e5d3c, #886d6e, #566176);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #805552, #3c364f, #4e5d3c, #886d6e, #566176);
}
似たようなカラーパレット
90s Vibes color palette created on .