Blossom Whispers Color Palette

Discover the beautiful Blossom Whispers color palette featuring manhattan (#f6c4a7), wewak (#f6a3a2), froly (#f57a8b), mandy (#e64c57) and cerise red (#d8315b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Fun, Red, 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 Whispers palette

Share this palette to:

💻 Blossom Whispers color palette CSS

/* CSS */
.color-1 {
color: #f6c4a7;
}
.color-2 {
color: #f6a3a2;
}
.color-3 {
color: #f57a8b;
}
.color-4 {
color: #e64c57;
}
.color-5 {
color: #d8315b;
}

/* CSS Variables */
:root {
--color-1: #f6c4a7;
--color-2: #f6a3a2;
--color-3: #f57a8b;
--color-4: #e64c57;
--color-5: #d8315b;
}

🌈 Blossom Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c4a7, #f6a3a2, #f57a8b, #e64c57, #d8315b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c4a7, #f6a3a2, #f57a8b, #e64c57, #d8315b);
}

Blossom Whispers color palette created on .