Ruin Eclipse Color Palette
Discover the beautiful Ruin Eclipse color palette featuring martinique (#3b2f50), butterfly bush (#6a4e8d), wisteria (#b679be), texas (#f7f08d) and carnation (#f35749).
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 Ruin Eclipse palette
💻 Ruin Eclipse color palette CSS
/* CSS */
.color-1 {
color: #3b2f50;
}
.color-2 {
color: #6a4e8d;
}
.color-3 {
color: #b679be;
}
.color-4 {
color: #f7f08d;
}
.color-5 {
color: #f35749;
}
/* CSS Variables */
:root {
--color-1: #3b2f50;
--color-2: #6a4e8d;
--color-3: #b679be;
--color-4: #f7f08d;
--color-5: #f35749;
} 🌈 Ruin Eclipse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2f50, #6a4e8d, #b679be, #f7f08d, #f35749);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2f50, #6a4e8d, #b679be, #f7f08d, #f35749);
} 🔗 Explore similar color palettes
Ruin Eclipse color palette created on .