Urban Blossom Color Palette

Discover the beautiful Urban Blossom color palette featuring cod gray (#1c1c1c), laurel (#6b946f), clay ash (#b9c4b0), sail (#bcd8fb) and new york pink (#d37e7e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Dark, Earthy, Green, Nature, Red, Soft, Vintage 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 Blossom palette

Share this palette to:

💻 Urban Blossom color palette CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #6b946f;
}
.color-3 {
color: #b9c4b0;
}
.color-4 {
color: #bcd8fb;
}
.color-5 {
color: #d37e7e;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #6b946f;
--color-3: #b9c4b0;
--color-4: #bcd8fb;
--color-5: #d37e7e;
}

🌈 Urban Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #6b946f, #b9c4b0, #bcd8fb, #d37e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #6b946f, #b9c4b0, #bcd8fb, #d37e7e);
}

Urban Blossom color palette created on .