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 .