Blossom Ember Color Palette

Discover the beautiful Blossom Ember color palette featuring cannon pink (#8a4c63), my pink (#d68a8a), beauty bush (#f1c6c6), albescent white (#f5e4d1) and shadow green (#a3c8b6).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blossom Ember color palette CSS

/* CSS */
.color-1 {
color: #8a4c63;
}
.color-2 {
color: #d68a8a;
}
.color-3 {
color: #f1c6c6;
}
.color-4 {
color: #f5e4d1;
}
.color-5 {
color: #a3c8b6;
}

/* CSS Variables */
:root {
--color-1: #8a4c63;
--color-2: #d68a8a;
--color-3: #f1c6c6;
--color-4: #f5e4d1;
--color-5: #a3c8b6;
}

🌈 Blossom Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a4c63, #d68a8a, #f1c6c6, #f5e4d1, #a3c8b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a4c63, #d68a8a, #f1c6c6, #f5e4d1, #a3c8b6);
}

Blossom Ember color palette created on .