Muted Interface Color Palette
Discover the beautiful Muted Interface color palette featuring pigeon post (#a3c4d7), horizon (#5d8b98), william (#395a65), te papa green (#1f3942) and aztec (#0c1a1d).
Brightness
Saturation
Warmth
Refine
💡 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 Interface palette
💻 Muted Interface color palette CSS
/* CSS */
.color-1 {
color: #a3c4d7;
}
.color-2 {
color: #5d8b98;
}
.color-3 {
color: #395a65;
}
.color-4 {
color: #1f3942;
}
.color-5 {
color: #0c1a1d;
}
/* CSS Variables */
:root {
--color-1: #a3c4d7;
--color-2: #5d8b98;
--color-3: #395a65;
--color-4: #1f3942;
--color-5: #0c1a1d;
} 🌈 Muted Interface background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c4d7, #5d8b98, #395a65, #1f3942, #0c1a1d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c4d7, #5d8b98, #395a65, #1f3942, #0c1a1d);
} 🔗 Explore similar color palettes
Muted Interface color palette created on .