Urban Twilight Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Urban Twilight Hues palette

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

Urban Twilight Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #d5d9dd;
}
.color-2 {
color: #808285;
}
.color-3 {
color: #535355;
}
.color-4 {
color: #404044;
}
.color-5 {
color: #2f2f32;
}

/* CSS Variables */
:root {
--color-1: #d5d9dd;
--color-2: #808285;
--color-3: #535355;
--color-4: #404044;
--color-5: #2f2f32;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5d9dd, #808285, #535355, #404044, #2f2f32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5d9dd, #808285, #535355, #404044, #2f2f32);
}

似たようなカラーパレット

Urban Twilight Hues color palette created on .