Cube Color Palette
Discover the beautiful Cube color palette featuring jacarta (#3c2f6f), rum (#6a5b8b), mountbatten pink (#9b7d9b), careys pink (#d6a4b1) and beauty bush (#f1c0c5).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withPurple, Lavender, Pink, Bright, Modern, Soft, Elegant, Light Summer color palettes and combinations.
💡 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 Cube palette
💻 Cube color palette CSS
/* CSS */
.color-1 {
color: #3c2f6f;
}
.color-2 {
color: #6a5b8b;
}
.color-3 {
color: #9b7d9b;
}
.color-4 {
color: #d6a4b1;
}
.color-5 {
color: #f1c0c5;
}
/* CSS Variables */
:root {
--color-1: #3c2f6f;
--color-2: #6a5b8b;
--color-3: #9b7d9b;
--color-4: #d6a4b1;
--color-5: #f1c0c5;
}
🌈 Cube background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2f6f, #6a5b8b, #9b7d9b, #d6a4b1, #f1c0c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2f6f, #6a5b8b, #9b7d9b, #d6a4b1, #f1c0c5);
}
🔗 Explore similar color palettes
Cube color palette created on .