Beauty Bush Color Palette
Discover the beautiful Beauty Bush color palette featuring albescent white (#f6d5d0), apricot peach (#f8bfaf), hit pink (#fba98e), rajah (#f8a76d) and rajah (#f7c96e).
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 Beauty Bush palette
💻 Beauty Bush color palette CSS
/* CSS */
.color-1 {
color: #f6d5d0;
}
.color-2 {
color: #f8bfaf;
}
.color-3 {
color: #fba98e;
}
.color-4 {
color: #f8a76d;
}
.color-5 {
color: #f7c96e;
}
/* CSS Variables */
:root {
--color-1: #f6d5d0;
--color-2: #f8bfaf;
--color-3: #fba98e;
--color-4: #f8a76d;
--color-5: #f7c96e;
} 🌈 Beauty Bush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d5d0, #f8bfaf, #fba98e, #f8a76d, #f7c96e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d5d0, #f8bfaf, #fba98e, #f8a76d, #f7c96e);
} 🔗 Explore similar color palettes
Beauty Bush color palette created on .