Blooming Elegance Color Palette

Discover the beautiful Blooming Elegance color palette featuring contessa (#c76b7d), my pink (#d6a08f), cashmere (#e2bfa2), sidecar (#f1e1b1) and manhattan (#f4b39f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Soft, Spring, Garden 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 Elegance palette

Share this palette to:

💻 Blooming Elegance color palette CSS

/* CSS */
.color-1 {
color: #c76b7d;
}
.color-2 {
color: #d6a08f;
}
.color-3 {
color: #e2bfa2;
}
.color-4 {
color: #f1e1b1;
}
.color-5 {
color: #f4b39f;
}

/* CSS Variables */
:root {
--color-1: #c76b7d;
--color-2: #d6a08f;
--color-3: #e2bfa2;
--color-4: #f1e1b1;
--color-5: #f4b39f;
}

🌈 Blooming Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c76b7d, #d6a08f, #e2bfa2, #f1e1b1, #f4b39f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c76b7d, #d6a08f, #e2bfa2, #f1e1b1, #f4b39f);
}

Blooming Elegance color palette created on .