Bull Color Palette
Discover the beautiful Bull color palette featuring pomegranate (#ef3b1f), trinidad (#e75b04), saffron (#f6b83c), corn (#dbc500) and thatch green (#3b5c1f).
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 Bull palette
💻 Bull color palette CSS
/* CSS */
.color-1 {
color: #ef3b1f;
}
.color-2 {
color: #e75b04;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #dbc500;
}
.color-5 {
color: #3b5c1f;
}
/* CSS Variables */
:root {
--color-1: #ef3b1f;
--color-2: #e75b04;
--color-3: #f6b83c;
--color-4: #dbc500;
--color-5: #3b5c1f;
} 🌈 Bull background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ef3b1f, #e75b04, #f6b83c, #dbc500, #3b5c1f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ef3b1f, #e75b04, #f6b83c, #dbc500, #3b5c1f);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Bull color palette created on .