Mayli Color Palette
Discover the beautiful Mayli color palette featuring mandys pink (#f4c3c3), marzipan (#f7d6a1), peach yellow (#f9e3ae), morning glory (#9fd3df) and fountain blue (#6aa7c8).
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 Mayli palette
💻 Mayli color palette CSS
/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #f7d6a1;
}
.color-3 {
color: #f9e3ae;
}
.color-4 {
color: #9fd3df;
}
.color-5 {
color: #6aa7c8;
}
/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #f7d6a1;
--color-3: #f9e3ae;
--color-4: #9fd3df;
--color-5: #6aa7c8;
} 🌈 Mayli background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #f7d6a1, #f9e3ae, #9fd3df, #6aa7c8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #f7d6a1, #f9e3ae, #9fd3df, #6aa7c8);
} 🔗 Explore similar color palettes
Mayli color palette created on .