Moderana Color Palette
Discover the beautiful Moderana color palette featuring affair (#8f4c90), turkish rose (#b76c8e), tan (#d3a48d), cream can (#f3c96d) and crusta (#ff7b3d).
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 Moderana palette
💻 Moderana color palette CSS
/* CSS */
.color-1 {
color: #8f4c90;
}
.color-2 {
color: #b76c8e;
}
.color-3 {
color: #d3a48d;
}
.color-4 {
color: #f3c96d;
}
.color-5 {
color: #ff7b3d;
}
/* CSS Variables */
:root {
--color-1: #8f4c90;
--color-2: #b76c8e;
--color-3: #d3a48d;
--color-4: #f3c96d;
--color-5: #ff7b3d;
} 🌈 Moderana background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f4c90, #b76c8e, #d3a48d, #f3c96d, #ff7b3d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f4c90, #b76c8e, #d3a48d, #f3c96d, #ff7b3d);
} 🔗 Explore similar color palettes
Moderana color palette created on .