Urban Vibe カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Urban Vibe palette

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

Urban Vibe カラーパレット CSS

/* CSS */
.color-1 {
color: #2d2b2a;
}
.color-2 {
color: #4e4b4d;
}
.color-3 {
color: #7e7c7e;
}
.color-4 {
color: #da2b36;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #2d2b2a;
--color-2: #4e4b4d;
--color-3: #7e7c7e;
--color-4: #da2b36;
--color-5: #ffffff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2b2a, #4e4b4d, #7e7c7e, #da2b36, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2b2a, #4e4b4d, #7e7c7e, #da2b36, #ffffff);
}

Urban Vibe color palette created on .