Crankcase Color Palette
Discover the beautiful Crankcase color palette featuring ship gray (#3c3c3e), jumbo (#6f6f71), santas gray (#9f9fa3), ghost (#d1d1d6) and athens gray (#f3f3f7).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withGray, High Contrast, Modern, Monochromatic, Neutral, Soft 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 Crankcase palette
💻 Crankcase color palette CSS
/* CSS */
.color-1 {
color: #3c3c3e;
}
.color-2 {
color: #6f6f71;
}
.color-3 {
color: #9f9fa3;
}
.color-4 {
color: #d1d1d6;
}
.color-5 {
color: #f3f3f7;
}
/* CSS Variables */
:root {
--color-1: #3c3c3e;
--color-2: #6f6f71;
--color-3: #9f9fa3;
--color-4: #d1d1d6;
--color-5: #f3f3f7;
} 🌈 Crankcase background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3c3e, #6f6f71, #9f9fa3, #d1d1d6, #f3f3f7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3c3e, #6f6f71, #9f9fa3, #d1d1d6, #f3f3f7);
} 🔗 Explore similar color palettes
Crankcase color palette created on .