Muted Rainbow Color Palette
Discover the beautiful Muted Rainbow color palette featuring maize (#f7c6b1), dairy cream (#f8e3af), gossip (#e3f8af), sail (#afe3f8) and sail (#afc5f8).
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 Rainbow palette
💻 Muted Rainbow color palette CSS
/* CSS */
.color-1 {
color: #f7c6b1;
}
.color-2 {
color: #f8e3af;
}
.color-3 {
color: #e3f8af;
}
.color-4 {
color: #afe3f8;
}
.color-5 {
color: #afc5f8;
}
/* CSS Variables */
:root {
--color-1: #f7c6b1;
--color-2: #f8e3af;
--color-3: #e3f8af;
--color-4: #afe3f8;
--color-5: #afc5f8;
} 🌈 Muted Rainbow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6b1, #f8e3af, #e3f8af, #afe3f8, #afc5f8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6b1, #f8e3af, #e3f8af, #afe3f8, #afc5f8);
} 🔗 Explore similar color palettes
Muted Rainbow color palette created on .