Urban Harmony Color Palette
Discover the beautiful Urban Harmony color palette featuring curious blue (#2b8ebf), shakespeare (#5cb0d1), morning glory (#8fd4e0), rajah (#f5af7a) and froly (#f76e6e).
Brightness
Saturation
Warmth
💡 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 Harmony palette
💻 Urban Harmony color palette CSS
/* CSS */
.color-1 {
color: #2b8ebf;
}
.color-2 {
color: #5cb0d1;
}
.color-3 {
color: #8fd4e0;
}
.color-4 {
color: #f5af7a;
}
.color-5 {
color: #f76e6e;
}
/* CSS Variables */
:root {
--color-1: #2b8ebf;
--color-2: #5cb0d1;
--color-3: #8fd4e0;
--color-4: #f5af7a;
--color-5: #f76e6e;
} 🌈 Urban Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b8ebf, #5cb0d1, #8fd4e0, #f5af7a, #f76e6e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b8ebf, #5cb0d1, #8fd4e0, #f5af7a, #f76e6e);
} 🔗 Explore similar color palettes
Urban Harmony color palette created on .