Morax Color Palette
Discover the beautiful Morax color palette featuring apple blossom (#a84e3e), raw sienna (#d58848), ronchi (#f1b74b), sweet corn (#fcea88) and shakespeare (#3e9acc).
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 Morax palette
💻 Morax color palette CSS
/* CSS */
.color-1 {
color: #a84e3e;
}
.color-2 {
color: #d58848;
}
.color-3 {
color: #f1b74b;
}
.color-4 {
color: #fcea88;
}
.color-5 {
color: #3e9acc;
}
/* CSS Variables */
:root {
--color-1: #a84e3e;
--color-2: #d58848;
--color-3: #f1b74b;
--color-4: #fcea88;
--color-5: #3e9acc;
} 🌈 Morax background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a84e3e, #d58848, #f1b74b, #fcea88, #3e9acc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a84e3e, #d58848, #f1b74b, #fcea88, #3e9acc);
} 🔗 Explore similar color palettes
Morax color palette created on .