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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Blooming Beasts color palette created on .