Urban Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Urban Elegance palette

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

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

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

Urban Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #3b3b3b;
}
.color-3 {
color: #595959;
}
.color-4 {
color: #9e9e9e;
}
.color-5 {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #3b3b3b;
--color-3: #595959;
--color-4: #9e9e9e;
--color-5: #f2f2f2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #3b3b3b, #595959, #9e9e9e, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #3b3b3b, #595959, #9e9e9e, #f2f2f2);
}

Urban Elegance color palette created on .