Rose Bud Shades Color Palette

Discover the beautiful Rose Bud Shades color palette featuring rose bud (#fbb1a2), illusion (#f6b1bf), illusion (#f2a6d5), kobi (#e6a8b9) and can can (#d58b9d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Bright, Flower, 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 Rose Bud Shades palette

Share this palette to:

💻 Rose Bud Shades color palette CSS

/* CSS */
.color-1 {
color: #fbb1a2;
}
.color-2 {
color: #f6b1bf;
}
.color-3 {
color: #f2a6d5;
}
.color-4 {
color: #e6a8b9;
}
.color-5 {
color: #d58b9d;
}

/* CSS Variables */
:root {
--color-1: #fbb1a2;
--color-2: #f6b1bf;
--color-3: #f2a6d5;
--color-4: #e6a8b9;
--color-5: #d58b9d;
}

🌈 Rose Bud Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbb1a2, #f6b1bf, #f2a6d5, #e6a8b9, #d58b9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbb1a2, #f6b1bf, #f2a6d5, #e6a8b9, #d58b9d);
}

Rose Bud Shades color palette created on .