Pink Cleome Color Palette

Discover the beautiful Pink Cleome color palette featuring kobi (#eab8d1), can can (#d89db4), bouquet (#b67c9b), cannon pink (#814b6c) and livid brown (#492c3a).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pink Cleome color palette CSS

/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #d89db4;
}
.color-3 {
color: #b67c9b;
}
.color-4 {
color: #814b6c;
}
.color-5 {
color: #492c3a;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #d89db4;
--color-3: #b67c9b;
--color-4: #814b6c;
--color-5: #492c3a;
}

🌈 Pink Cleome background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #d89db4, #b67c9b, #814b6c, #492c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #d89db4, #b67c9b, #814b6c, #492c3a);
}

Pink Cleome color palette created on .