Blooming Beasts Color Palette

Discover the beautiful Blooming Beasts color palette featuring eggplant (#5b3e4d), coral tree (#a76c7d), beauty bush (#eab8c8), sandwisp (#f4e1a4) and dandelion (#ffd35c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withFlower, Pink, Amber, Bright, 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 Blooming Beasts palette

Share this palette to:

💻 Blooming Beasts color palette CSS

/* CSS */
.color-1 {
color: #5b3e4d;
}
.color-2 {
color: #a76c7d;
}
.color-3 {
color: #eab8c8;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #ffd35c;
}

/* CSS Variables */
:root {
--color-1: #5b3e4d;
--color-2: #a76c7d;
--color-3: #eab8c8;
--color-4: #f4e1a4;
--color-5: #ffd35c;
}

🌈 Blooming Beasts background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3e4d, #a76c7d, #eab8c8, #f4e1a4, #ffd35c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3e4d, #a76c7d, #eab8c8, #f4e1a4, #ffd35c);
}

Blooming Beasts color palette created on .