Muted Headlines Color Palette
Discover the beautiful Muted Headlines color palette featuring everglade (#1e4d2b), fruit salad (#4f8c5e), spring rain (#a1c4a2), corvette (#f9d59f) and red damask (#d5694d).
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 Muted Headlines palette
💻 Muted Headlines color palette CSS
/* CSS */
.color-1 {
color: #1e4d2b;
}
.color-2 {
color: #4f8c5e;
}
.color-3 {
color: #a1c4a2;
}
.color-4 {
color: #f9d59f;
}
.color-5 {
color: #d5694d;
}
/* CSS Variables */
:root {
--color-1: #1e4d2b;
--color-2: #4f8c5e;
--color-3: #a1c4a2;
--color-4: #f9d59f;
--color-5: #d5694d;
} 🌈 Muted Headlines background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d2b, #4f8c5e, #a1c4a2, #f9d59f, #d5694d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d2b, #4f8c5e, #a1c4a2, #f9d59f, #d5694d);
} 🔗 Explore similar color palettes
Muted Headlines color palette created on .