Urban Twilight Tones Color Palette

Discover the beautiful Urban Twilight Tones color palette featuring porcelain (#f4f5f6), gray chateau (#a0a4a6), nevada (#6e7172), abbey (#464749) and heavy metal (#2d2f2d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Modern, Neutral color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Urban Twilight Tones palette

Share this palette to:

💻 Urban Twilight Tones color palette CSS

/* CSS */
.color-1 {
color: #f4f5f6;
}
.color-2 {
color: #a0a4a6;
}
.color-3 {
color: #6e7172;
}
.color-4 {
color: #464749;
}
.color-5 {
color: #2d2f2d;
}

/* CSS Variables */
:root {
--color-1: #f4f5f6;
--color-2: #a0a4a6;
--color-3: #6e7172;
--color-4: #464749;
--color-5: #2d2f2d;
}

🌈 Urban Twilight Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f5f6, #a0a4a6, #6e7172, #464749, #2d2f2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f5f6, #a0a4a6, #6e7172, #464749, #2d2f2d);
}

Urban Twilight Tones color palette created on .