Blossom Chill Color Palette

Discover the beautiful Blossom Chill color palette featuring cherub (#fadce6), azalea (#f4b8d8), wewak (#f19dab), charm (#d86e9a) and blush (#b84c7b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Pink, 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 Chill palette

Share this palette to:

💻 Blossom Chill color palette CSS

/* CSS */
.color-1 {
color: #fadce6;
}
.color-2 {
color: #f4b8d8;
}
.color-3 {
color: #f19dab;
}
.color-4 {
color: #d86e9a;
}
.color-5 {
color: #b84c7b;
}

/* CSS Variables */
:root {
--color-1: #fadce6;
--color-2: #f4b8d8;
--color-3: #f19dab;
--color-4: #d86e9a;
--color-5: #b84c7b;
}

🌈 Blossom Chill background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fadce6, #f4b8d8, #f19dab, #d86e9a, #b84c7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fadce6, #f4b8d8, #f19dab, #d86e9a, #b84c7b);
}

Blossom Chill color palette created on .