Vibrant Harmony Color Palette
Discover the beautiful Vibrant Harmony color palette featuring night shadz (#b03b4c), chambray (#3c5a9a), tradewind (#61b8b6), texas rose (#ffaf4d) and bittersweet (#ff6e61).
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 Vibrant Harmony palette
💻 Vibrant Harmony color palette CSS
/* CSS */
.color-1 {
color: #b03b4c;
}
.color-2 {
color: #3c5a9a;
}
.color-3 {
color: #61b8b6;
}
.color-4 {
color: #ffaf4d;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #b03b4c;
--color-2: #3c5a9a;
--color-3: #61b8b6;
--color-4: #ffaf4d;
--color-5: #ff6e61;
} 🌈 Vibrant Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b03b4c, #3c5a9a, #61b8b6, #ffaf4d, #ff6e61);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b03b4c, #3c5a9a, #61b8b6, #ffaf4d, #ff6e61);
} 🔗 Explore similar color palettes
Vibrant Harmony color palette created on .