Blossom Harmony Color Palette

Discover the beautiful Blossom Harmony color palette featuring peach yellow (#f9d4ae), mandys pink (#efb39f), sea pink (#ef9c95), deep blush (#e57b7d) and cadillac (#b04f6c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Apricot, Pink, Flower, 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 Blossom Harmony palette

Share this palette to:

💻 Blossom Harmony color palette CSS

/* CSS */
.color-1 {
color: #f9d4ae;
}
.color-2 {
color: #efb39f;
}
.color-3 {
color: #ef9c95;
}
.color-4 {
color: #e57b7d;
}
.color-5 {
color: #b04f6c;
}

/* CSS Variables */
:root {
--color-1: #f9d4ae;
--color-2: #efb39f;
--color-3: #ef9c95;
--color-4: #e57b7d;
--color-5: #b04f6c;
}

🌈 Blossom Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d4ae, #efb39f, #ef9c95, #e57b7d, #b04f6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d4ae, #efb39f, #ef9c95, #e57b7d, #b04f6c);
}

Blossom Harmony color palette created on .