Urban Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Urban Vibes palette

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

Urban Vibes カラー パレット PNG 画像

Download urban vibes color palette PNG image (landscape)
Download urban vibes color palette PNG image (square)

Urban Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #424242;
}
.color-3 {
color: #757575;
}
.color-4 {
color: #ff3c00;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #424242;
--color-3: #757575;
--color-4: #ff3c00;
--color-5: #ffffff;
}

Urban Vibes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #424242, #757575, #ff3c00, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #424242, #757575, #ff3c00, #ffffff);
}

Urban Vibes color palette created on .