Masculine Color Palette
Discover the beautiful Masculine color palette featuring bright gray (#3b3d4a), comet (#5b5d71), manatee (#8d8fa5), casper (#b3c1d6) and mischka (#d6d9e6).
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 palette
💻 Masculine color palette CSS
/* CSS */
.color-1 {
color: #3b3d4a;
}
.color-2 {
color: #5b5d71;
}
.color-3 {
color: #8d8fa5;
}
.color-4 {
color: #b3c1d6;
}
.color-5 {
color: #d6d9e6;
}
/* CSS Variables */
:root {
--color-1: #3b3d4a;
--color-2: #5b5d71;
--color-3: #8d8fa5;
--color-4: #b3c1d6;
--color-5: #d6d9e6;
}
🌈 Masculine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3d4a, #5b5d71, #8d8fa5, #b3c1d6, #d6d9e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3d4a, #5b5d71, #8d8fa5, #b3c1d6, #d6d9e6);
}
🔗 Explore similar color palettes
Masculine color palette created on .