Bouquet Bliss Color Palette
Discover the beautiful Bouquet Bliss color palette featuring careys pink (#d2a3b2), viola (#c68b9f), turkish rose (#b5788b), strikemaster (#9f607b) and plum (#822b67).
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 Bouquet Bliss palette
💻 Bouquet Bliss color palette CSS
/* CSS */
.color-1 {
color: #d2a3b2;
}
.color-2 {
color: #c68b9f;
}
.color-3 {
color: #b5788b;
}
.color-4 {
color: #9f607b;
}
.color-5 {
color: #822b67;
}
/* CSS Variables */
:root {
--color-1: #d2a3b2;
--color-2: #c68b9f;
--color-3: #b5788b;
--color-4: #9f607b;
--color-5: #822b67;
} 🌈 Bouquet Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2a3b2, #c68b9f, #b5788b, #9f607b, #822b67);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2a3b2, #c68b9f, #b5788b, #9f607b, #822b67);
} 🔗 Explore similar color palettes
Bouquet Bliss color palette created on .