Blossoms of February Color Palette

Discover the beautiful Blossoms of February color palette featuring azalea (#f6cbd1), marzipan (#f8e5a0), chamois (#f0d8b7), illusion (#f2a6c7) and french rose (#f25a7d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Peach, Pink, Soft, 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 Blossoms of February palette

Share this palette to:

💻 Blossoms of February color palette CSS

/* CSS */
.color-1 {
color: #f6cbd1;
}
.color-2 {
color: #f8e5a0;
}
.color-3 {
color: #f0d8b7;
}
.color-4 {
color: #f2a6c7;
}
.color-5 {
color: #f25a7d;
}

/* CSS Variables */
:root {
--color-1: #f6cbd1;
--color-2: #f8e5a0;
--color-3: #f0d8b7;
--color-4: #f2a6c7;
--color-5: #f25a7d;
}

🌈 Blossoms of February background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6cbd1, #f8e5a0, #f0d8b7, #f2a6c7, #f25a7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6cbd1, #f8e5a0, #f0d8b7, #f2a6c7, #f25a7d);
}

Blossoms of February color palette created on .