Moonmin Color Palette
Discover the beautiful Moonmin color palette featuring vanilla ice (#f1d3df), french lilac (#f8edfa), link water (#d8e5f1), periwinkle gray (#afc2e1) and glacier (#6fadc7).
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 Moonmin palette
💻 Moonmin color palette CSS
/* CSS */
.color-1 {
color: #f1d3df;
}
.color-2 {
color: #f8edfa;
}
.color-3 {
color: #d8e5f1;
}
.color-4 {
color: #afc2e1;
}
.color-5 {
color: #6fadc7;
}
/* CSS Variables */
:root {
--color-1: #f1d3df;
--color-2: #f8edfa;
--color-3: #d8e5f1;
--color-4: #afc2e1;
--color-5: #6fadc7;
} 🌈 Moonmin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d3df, #f8edfa, #d8e5f1, #afc2e1, #6fadc7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d3df, #f8edfa, #d8e5f1, #afc2e1, #6fadc7);
} 🔗 Explore similar color palettes
Moonmin color palette created on .