El Tommy Color Palette
Discover the beautiful El Tommy color palette featuring sea buckthorn (#faaa29), zest (#e56b1f), mojo (#c94b3b), rouge (#a33e8d) and eminence (#7c2a84).
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 El Tommy palette
💻 El Tommy color palette CSS
/* CSS */
.color-1 {
color: #faaa29;
}
.color-2 {
color: #e56b1f;
}
.color-3 {
color: #c94b3b;
}
.color-4 {
color: #a33e8d;
}
.color-5 {
color: #7c2a84;
}
/* CSS Variables */
:root {
--color-1: #faaa29;
--color-2: #e56b1f;
--color-3: #c94b3b;
--color-4: #a33e8d;
--color-5: #7c2a84;
} 🌈 El Tommy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faaa29, #e56b1f, #c94b3b, #a33e8d, #7c2a84);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faaa29, #e56b1f, #c94b3b, #a33e8d, #7c2a84);
} 🔗 Explore similar color palettes
El Tommy color palette created on .