Moroi Color Palette
Discover the beautiful Moroi color palette featuring coral tree (#ac6363), puce (#cc8c8a), dust storm (#e5c8c7), raffia (#ebdab7) and rainee (#beccb3).
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 Moroi palette
💻 Moroi color palette CSS
/* CSS */
.color-1 {
color: #ac6363;
}
.color-2 {
color: #cc8c8a;
}
.color-3 {
color: #e5c8c7;
}
.color-4 {
color: #ebdab7;
}
.color-5 {
color: #beccb3;
}
/* CSS Variables */
:root {
--color-1: #ac6363;
--color-2: #cc8c8a;
--color-3: #e5c8c7;
--color-4: #ebdab7;
--color-5: #beccb3;
} 🌈 Moroi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ac6363, #cc8c8a, #e5c8c7, #ebdab7, #beccb3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ac6363, #cc8c8a, #e5c8c7, #ebdab7, #beccb3);
} 🔗 Explore similar color palettes
Moroi color palette created on .