Urban Twilight Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Twilight Hues palette

Share this palette to:

Urban Twilight Hues color palette CSS

/* CSS */
.color-1 {
color: #0d7bce;
}
.color-2 {
color: #626462;
}
.color-3 {
color: #3b454a;
}
.color-4 {
color: #2d2e2e;
}
.color-5 {
color: #1f1f1f;
}

/* CSS Variables */
:root {
--color-1: #0d7bce;
--color-2: #626462;
--color-3: #3b454a;
--color-4: #2d2e2e;
--color-5: #1f1f1f;
}

Urban Twilight Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0d7bce, #626462, #3b454a, #2d2e2e, #1f1f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0d7bce, #626462, #3b454a, #2d2e2e, #1f1f1f);
}

Urban Twilight Hues color palette created on .