Baldi Color Palette
Discover the beautiful Baldi color palette featuring ronchi (#f1c84b), ronchi (#e7b84b), burnt sienna (#e7684b), valencia (#de4a4c) and patina (#5a8c7d).
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 Baldi palette
💻 Baldi color palette CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e7b84b;
}
.color-3 {
color: #e7684b;
}
.color-4 {
color: #de4a4c;
}
.color-5 {
color: #5a8c7d;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e7b84b;
--color-3: #e7684b;
--color-4: #de4a4c;
--color-5: #5a8c7d;
} 🌈 Baldi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e7b84b, #e7684b, #de4a4c, #5a8c7d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e7b84b, #e7684b, #de4a4c, #5a8c7d);
} 🔗 Explore similar color palettes
Baldi color palette created on .