Blossom Breeze Color Palette

Discover the beautiful Blossom Breeze color palette featuring cranberry (#d45e7b), wewak (#f2a1b7), we peep (#f5d1d5), manhattan (#f6c198) and tulip tree (#f1b041).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Light, Peach, Pink, Soft, Spring, Vibrant, Warm 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 Blossom Breeze palette

Share this palette to:

💻 Blossom Breeze color palette CSS

/* CSS */
.color-1 {
color: #d45e7b;
}
.color-2 {
color: #f2a1b7;
}
.color-3 {
color: #f5d1d5;
}
.color-4 {
color: #f6c198;
}
.color-5 {
color: #f1b041;
}

/* CSS Variables */
:root {
--color-1: #d45e7b;
--color-2: #f2a1b7;
--color-3: #f5d1d5;
--color-4: #f6c198;
--color-5: #f1b041;
}

🌈 Blossom Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d45e7b, #f2a1b7, #f5d1d5, #f6c198, #f1b041);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d45e7b, #f2a1b7, #f5d1d5, #f6c198, #f1b041);
}

Blossom Breeze color palette created on .