Boysenberry Bliss Color Palette

Discover the beautiful Boysenberry Bliss color palette featuring vivid violet (#8b3f8d), strikemaster (#9a5b8d), lilac (#c497ba), light orchid (#e2a7c5) and azalea (#f8d3e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBerry, Bright, Garden, Pink, Purple, Spring, Summer, 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 Boysenberry Bliss palette

Share this palette to:

💻 Boysenberry Bliss color palette CSS

/* CSS */
.color-1 {
color: #8b3f8d;
}
.color-2 {
color: #9a5b8d;
}
.color-3 {
color: #c497ba;
}
.color-4 {
color: #e2a7c5;
}
.color-5 {
color: #f8d3e0;
}

/* CSS Variables */
:root {
--color-1: #8b3f8d;
--color-2: #9a5b8d;
--color-3: #c497ba;
--color-4: #e2a7c5;
--color-5: #f8d3e0;
}

🌈 Boysenberry Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b3f8d, #9a5b8d, #c497ba, #e2a7c5, #f8d3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b3f8d, #9a5b8d, #c497ba, #e2a7c5, #f8d3e0);
}

Boysenberry Bliss color palette created on .