Blooming Cleome Color Palette
Discover the beautiful Blooming Cleome color palette featuring light orchid (#e0a3c8), charm (#d56c9b), strikemaster (#9f5b8c), vin rouge (#9a3c66) and finn (#5f2b4f).
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 Blooming Cleome palette
💻 Blooming Cleome color palette CSS
/* CSS */
.color-1 {
color: #e0a3c8;
}
.color-2 {
color: #d56c9b;
}
.color-3 {
color: #9f5b8c;
}
.color-4 {
color: #9a3c66;
}
.color-5 {
color: #5f2b4f;
}
/* CSS Variables */
:root {
--color-1: #e0a3c8;
--color-2: #d56c9b;
--color-3: #9f5b8c;
--color-4: #9a3c66;
--color-5: #5f2b4f;
} 🌈 Blooming Cleome background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0a3c8, #d56c9b, #9f5b8c, #9a3c66, #5f2b4f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0a3c8, #d56c9b, #9f5b8c, #9a3c66, #5f2b4f);
} 🔗 Explore similar color palettes
Blooming Cleome color palette created on .