Optimus Prime Color Palette
Discover the beautiful Optimus Prime color palette featuring brick red (#c92c3e), well read (#a62b39), burnt umber (#892934), wewak (#f1a2a3) and ebb (#eae1e3).
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 Optimus Prime palette
💻 Optimus Prime color palette CSS
/* CSS */
.color-1 {
color: #c92c3e;
}
.color-2 {
color: #a62b39;
}
.color-3 {
color: #892934;
}
.color-4 {
color: #f1a2a3;
}
.color-5 {
color: #eae1e3;
}
/* CSS Variables */
:root {
--color-1: #c92c3e;
--color-2: #a62b39;
--color-3: #892934;
--color-4: #f1a2a3;
--color-5: #eae1e3;
}
🌈 Optimus Prime background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3e, #a62b39, #892934, #f1a2a3, #eae1e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3e, #a62b39, #892934, #f1a2a3, #eae1e3);
}
🔗 Explore similar color palettes
Optimus Prime color palette created on .