Blossom Breeze Color Palette

Discover the beautiful Blossom Breeze color palette featuring pink salmon (#ff95a8), burnt sienna (#e28046), ice cold (#b2e5f4), mexican red (#9e2e2a) and fair pink (#ffebe9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Coral, Cream, Peach, Pink, Red, 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: #ff95a8;
}
.color-2 {
color: #e28046;
}
.color-3 {
color: #b2e5f4;
}
.color-4 {
color: #9e2e2a;
}
.color-5 {
color: #ffebe9;
}

/* CSS Variables */
:root {
--color-1: #ff95a8;
--color-2: #e28046;
--color-3: #b2e5f4;
--color-4: #9e2e2a;
--color-5: #ffebe9;
}

🌈 Blossom Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff95a8, #e28046, #b2e5f4, #9e2e2a, #ffebe9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff95a8, #e28046, #b2e5f4, #9e2e2a, #ffebe9);
}

Blossom Breeze color palette created on .