Urban Shadows カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Urban Shadows palette

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

Urban Shadows カラーパレット (PNG) をダウンロード

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

Urban Shadows カラーパレット CSS

/* CSS */
.color-1 {
color: #525252;
}
.color-2 {
color: #a8a8a8;
}
.color-3 {
color: #121212;
}
.color-4 {
color: #333333;
}
.color-5 {
color: #878787;
}

/* CSS Variables */
:root {
--color-1: #525252;
--color-2: #a8a8a8;
--color-3: #121212;
--color-4: #333333;
--color-5: #878787;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #525252, #a8a8a8, #121212, #333333, #878787);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #525252, #a8a8a8, #121212, #333333, #878787);
}

Urban Shadows color palette created on .