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