Urban Twilight Color Palette

Discover the beautiful Urban Twilight color palette featuring jacarta (#4c2f6f), tapestry (#a95b90), pickled bluewood (#2b3d50), outer space (#353b41) and mountain meadow (#1abc9c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Pink, Blue, Modern 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 palette

Share this palette to:

💻 Urban Twilight color palette CSS

/* CSS */
.color-1 {
color: #4c2f6f;
}
.color-2 {
color: #a95b90;
}
.color-3 {
color: #2b3d50;
}
.color-4 {
color: #353b41;
}
.color-5 {
color: #1abc9c;
}

/* CSS Variables */
:root {
--color-1: #4c2f6f;
--color-2: #a95b90;
--color-3: #2b3d50;
--color-4: #353b41;
--color-5: #1abc9c;
}

🌈 Urban Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c2f6f, #a95b90, #2b3d50, #353b41, #1abc9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c2f6f, #a95b90, #2b3d50, #353b41, #1abc9c);
}

Urban Twilight color palette created on .