Beatles Color Palette
Discover the beautiful Beatles color palette featuring marigold yellow (#f9d57b), ronchi (#eabf5d), jaffa (#e68c3d), fuzzy wuzzy brown (#c85c4c) and vin rouge (#a14573).
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 Beatles palette
💻 Beatles color palette CSS
/* CSS */
.color-1 {
color: #f9d57b;
}
.color-2 {
color: #eabf5d;
}
.color-3 {
color: #e68c3d;
}
.color-4 {
color: #c85c4c;
}
.color-5 {
color: #a14573;
}
/* CSS Variables */
:root {
--color-1: #f9d57b;
--color-2: #eabf5d;
--color-3: #e68c3d;
--color-4: #c85c4c;
--color-5: #a14573;
}
🌈 Beatles background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d57b, #eabf5d, #e68c3d, #c85c4c, #a14573);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d57b, #eabf5d, #e68c3d, #c85c4c, #a14573);
}
🔗 Explore similar color palettes
Beatles color palette created on .