Blossom Whisper Palette Color Palette

Discover the beautiful Blossom Whisper Palette color palette featuring old lace (#fdf7e2), wisp pink (#fdecfb), classic rose (#fcdef6), amour (#f2d4eb) and melanie (#e8c5df).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Minimalist, Spring 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 Whisper Palette palette

Share this palette to:

💻 Blossom Whisper Palette color palette CSS

/* CSS */
.color-1 {
color: #fdf7e2;
}
.color-2 {
color: #fdecfb;
}
.color-3 {
color: #fcdef6;
}
.color-4 {
color: #f2d4eb;
}
.color-5 {
color: #e8c5df;
}

/* CSS Variables */
:root {
--color-1: #fdf7e2;
--color-2: #fdecfb;
--color-3: #fcdef6;
--color-4: #f2d4eb;
--color-5: #e8c5df;
}

🌈 Blossom Whisper Palette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf7e2, #fdecfb, #fcdef6, #f2d4eb, #e8c5df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf7e2, #fdecfb, #fcdef6, #f2d4eb, #e8c5df);
}

Blossom Whisper Palette color palette created on .