Muddy Sunshine Color Palette
Discover the beautiful Muddy Sunshine color palette featuring paarl (#a85f2e), golden grass (#ddae2c), tumbleweed (#e0a78f), cashmere (#e5c59e) and sidecar (#f3e0b4).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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 Muddy Sunshine palette
💻 Muddy Sunshine color palette CSS
/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #ddae2c;
}
.color-3 {
color: #e0a78f;
}
.color-4 {
color: #e5c59e;
}
.color-5 {
color: #f3e0b4;
}
/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #ddae2c;
--color-3: #e0a78f;
--color-4: #e5c59e;
--color-5: #f3e0b4;
} 🌈 Muddy Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #ddae2c, #e0a78f, #e5c59e, #f3e0b4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #ddae2c, #e0a78f, #e5c59e, #f3e0b4);
} Muddy Sunshine color palette created on .