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

Our color palette generator created this versatile color scheme which shares characteristics withFlower, Pink, Bright, Aesthetic, 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 Blooming Cleome palette

Share this palette to:

๐Ÿ’ป 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);
}

Blooming Cleome color palette created on .