Soft Blossom Color Palette

Discover the beautiful Soft Blossom color palette featuring beauty bush (#f4c8c8), alabaster (#fafafa), we peep (#f5d1d1), white (#ffffff) and vanilla ice (#f3d8d8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Soft, Light, Bright, Feminine, Spring, Summer, White 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 Soft Blossom palette

Share this palette to:

💻 Soft Blossom color palette CSS

/* CSS */
.color-1 {
color: #f4c8c8;
}
.color-2 {
color: #fafafa;
}
.color-3 {
color: #f5d1d1;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #f3d8d8;
}

/* CSS Variables */
:root {
--color-1: #f4c8c8;
--color-2: #fafafa;
--color-3: #f5d1d1;
--color-4: #ffffff;
--color-5: #f3d8d8;
}

🌈 Soft Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c8c8, #fafafa, #f5d1d1, #ffffff, #f3d8d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c8c8, #fafafa, #f5d1d1, #ffffff, #f3d8d8);
}

Soft Blossom color palette created on .