Urban Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Urban Harmony palette

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

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

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

Urban Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #2b8ebf;
}
.color-2 {
color: #5cb0d1;
}
.color-3 {
color: #8fd4e0;
}
.color-4 {
color: #f5af7a;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #2b8ebf;
--color-2: #5cb0d1;
--color-3: #8fd4e0;
--color-4: #f5af7a;
--color-5: #f76e6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b8ebf, #5cb0d1, #8fd4e0, #f5af7a, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b8ebf, #5cb0d1, #8fd4e0, #f5af7a, #f76e6e);
}

Urban Harmony color palette created on .