Gordon the Big Engine Color Palette
Discover the beautiful Gordon the Big Engine color palette featuring chambray (#3c598b), gothic (#6a8c9a), pigeon post (#a2c3d7), manhattan (#f6c3a7) and mandy (#e94e77).
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 Gordon the Big Engine palette
💻 Gordon the Big Engine color palette CSS
/* CSS */
.color-1 {
color: #3c598b;
}
.color-2 {
color: #6a8c9a;
}
.color-3 {
color: #a2c3d7;
}
.color-4 {
color: #f6c3a7;
}
.color-5 {
color: #e94e77;
}
/* CSS Variables */
:root {
--color-1: #3c598b;
--color-2: #6a8c9a;
--color-3: #a2c3d7;
--color-4: #f6c3a7;
--color-5: #e94e77;
} 🌈 Gordon the Big Engine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c598b, #6a8c9a, #a2c3d7, #f6c3a7, #e94e77);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c598b, #6a8c9a, #a2c3d7, #f6c3a7, #e94e77);
} 🔗 Explore similar color palettes
Gordon the Big Engine color palette created on .