Mordrus Color Palette
Discover the beautiful Mordrus color palette featuring east bay (#4a3a6e), rum (#6e5b8b), london hue (#b393c2), tonys pink (#e8a59c) and marigold yellow (#f8d77c).
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 Mordrus palette
💻 Mordrus color palette CSS
/* CSS */
.color-1 {
color: #4a3a6e;
}
.color-2 {
color: #6e5b8b;
}
.color-3 {
color: #b393c2;
}
.color-4 {
color: #e8a59c;
}
.color-5 {
color: #f8d77c;
}
/* CSS Variables */
:root {
--color-1: #4a3a6e;
--color-2: #6e5b8b;
--color-3: #b393c2;
--color-4: #e8a59c;
--color-5: #f8d77c;
} 🌈 Mordrus background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3a6e, #6e5b8b, #b393c2, #e8a59c, #f8d77c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3a6e, #6e5b8b, #b393c2, #e8a59c, #f8d77c);
} 🔗 Explore similar color palettes
Mordrus color palette created on .