Urban Shadows カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Urban Shadows palette
Urban Shadows カラーパレット CSS
/* CSS */
.color-1 {
color: #cfcfcf;
}
.color-2 {
color: #5e6164;
}
.color-3 {
color: #828282;
}
.color-4 {
color: #232324;
}
.color-5 {
color: #3c4148;
}
/* CSS Variables */
:root {
--color-1: #cfcfcf;
--color-2: #5e6164;
--color-3: #828282;
--color-4: #232324;
--color-5: #3c4148;
}
Urban Shadows の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfcfcf, #5e6164, #828282, #232324, #3c4148);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfcfcf, #5e6164, #828282, #232324, #3c4148);
}
似たようなカラーパレット
Urban Shadows color palette created on .