Martha's Garden Dream Color Palette
Discover the beautiful Martha's Garden Dream color palette featuring rajah (#f8c572), manhattan (#f7b8a1), maize (#f6daa2), maize (#f7c7b0) and peach yellow (#f9e5a4).
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 Martha's Garden Dream palette
💻 Martha's Garden Dream color palette CSS
/* CSS */
.color-1 {
color: #f8c572;
}
.color-2 {
color: #f7b8a1;
}
.color-3 {
color: #f6daa2;
}
.color-4 {
color: #f7c7b0;
}
.color-5 {
color: #f9e5a4;
}
/* CSS Variables */
:root {
--color-1: #f8c572;
--color-2: #f7b8a1;
--color-3: #f6daa2;
--color-4: #f7c7b0;
--color-5: #f9e5a4;
} 🌈 Martha's Garden Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c572, #f7b8a1, #f6daa2, #f7c7b0, #f9e5a4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c572, #f7b8a1, #f6daa2, #f7c7b0, #f9e5a4);
} 🔗 Explore similar color palettes
Martha's Garden Dream color palette created on .