Masculine Vibes Color Palette
Discover the beautiful Masculine Vibes color palette featuring eastern blue (#11a6b0), rob roy (#ecc06a), sandy brown (#f49867), chathams blue (#104475) and burnt sienna (#ec5b4b).
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 Masculine Vibes palette
💻 Masculine Vibes color palette CSS
/* CSS */
.color-1 {
color: #11a6b0;
}
.color-2 {
color: #ecc06a;
}
.color-3 {
color: #f49867;
}
.color-4 {
color: #104475;
}
.color-5 {
color: #ec5b4b;
}
/* CSS Variables */
:root {
--color-1: #11a6b0;
--color-2: #ecc06a;
--color-3: #f49867;
--color-4: #104475;
--color-5: #ec5b4b;
}
🌈 Masculine Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #11a6b0, #ecc06a, #f49867, #104475, #ec5b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #11a6b0, #ecc06a, #f49867, #104475, #ec5b4b);
}
🔗 Explore similar color palettes
Masculine Vibes color palette created on .