Capybara Serenade Color Palette
Discover the beautiful Capybara Serenade color palette featuring golden grass (#e3b82b), di serria (#d8a24b), cape palliser (#a86c3e), old copper (#6a4a2a) and black marlin (#3e2b1d).
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 Capybara Serenade palette
💻 Capybara Serenade color palette CSS
/* CSS */
.color-1 {
color: #e3b82b;
}
.color-2 {
color: #d8a24b;
}
.color-3 {
color: #a86c3e;
}
.color-4 {
color: #6a4a2a;
}
.color-5 {
color: #3e2b1d;
}
/* CSS Variables */
:root {
--color-1: #e3b82b;
--color-2: #d8a24b;
--color-3: #a86c3e;
--color-4: #6a4a2a;
--color-5: #3e2b1d;
} 🌈 Capybara Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b82b, #d8a24b, #a86c3e, #6a4a2a, #3e2b1d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b82b, #d8a24b, #a86c3e, #6a4a2a, #3e2b1d);
} 🔗 Explore similar color palettes
Capybara Serenade color palette created on .