Rose Bud Color Palette
Discover the beautiful Rose Bud color palette featuring illusion (#f6b1c5), chantilly (#f8c4d5), illusion (#f3a5c2), charm (#d76a89) and cadillac (#b7526f).
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 Rose Bud palette
💻 Rose Bud color palette CSS
/* CSS */
.color-1 {
color: #f6b1c5;
}
.color-2 {
color: #f8c4d5;
}
.color-3 {
color: #f3a5c2;
}
.color-4 {
color: #d76a89;
}
.color-5 {
color: #b7526f;
}
/* CSS Variables */
:root {
--color-1: #f6b1c5;
--color-2: #f8c4d5;
--color-3: #f3a5c2;
--color-4: #d76a89;
--color-5: #b7526f;
}
🌈 Rose Bud background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b1c5, #f8c4d5, #f3a5c2, #d76a89, #b7526f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b1c5, #f8c4d5, #f3a5c2, #d76a89, #b7526f);
}
🔗 Explore similar color palettes
Rose Bud color palette created on .