Sweet Bling Bash Color Palette

Discover the beautiful Sweet Bling Bash color palette featuring cotton candy (#ffb3e5), hot pink (#ff66b3), wild strawberry (#ff4d94), rose (#ff1a75) and lipstick (#cc0066).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Fun, Pink, Vibrant 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 Sweet Bling Bash palette

Share this palette to:

💻 Sweet Bling Bash color palette CSS

/* CSS */
.color-1 {
color: #ffb3e5;
}
.color-2 {
color: #ff66b3;
}
.color-3 {
color: #ff4d94;
}
.color-4 {
color: #ff1a75;
}
.color-5 {
color: #cc0066;
}

/* CSS Variables */
:root {
--color-1: #ffb3e5;
--color-2: #ff66b3;
--color-3: #ff4d94;
--color-4: #ff1a75;
--color-5: #cc0066;
}

🌈 Sweet Bling Bash background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e5, #ff66b3, #ff4d94, #ff1a75, #cc0066);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e5, #ff66b3, #ff4d94, #ff1a75, #cc0066);
}

Sweet Bling Bash color palette created on .