Myling Color Palette
Discover the beautiful Myling color palette featuring wheat (#f5e5b7), akaroa (#d9cbaf), nomad (#baaea0), manatee (#8b909c) and affair (#6d4c7b).
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 Myling palette
💻 Myling color palette CSS
/* CSS */
.color-1 {
color: #f5e5b7;
}
.color-2 {
color: #d9cbaf;
}
.color-3 {
color: #baaea0;
}
.color-4 {
color: #8b909c;
}
.color-5 {
color: #6d4c7b;
}
/* CSS Variables */
:root {
--color-1: #f5e5b7;
--color-2: #d9cbaf;
--color-3: #baaea0;
--color-4: #8b909c;
--color-5: #6d4c7b;
} 🌈 Myling background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e5b7, #d9cbaf, #baaea0, #8b909c, #6d4c7b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e5b7, #d9cbaf, #baaea0, #8b909c, #6d4c7b);
} 🔗 Explore similar color palettes
Myling color palette created on .