Cranberry Bliss Color Palette

Discover the beautiful Cranberry Bliss color palette featuring cranberry (#db517b), charm (#d97d8e), shocking (#e2a1b1), we peep (#f2c9d7) and we peep (#f8e3e7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBerry, Bright, Elegant, Pink, Soft, Spring, 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 Cranberry Bliss palette

Share this palette to:

💻 Cranberry Bliss color palette CSS

/* CSS */
.color-1 {
color: #db517b;
}
.color-2 {
color: #d97d8e;
}
.color-3 {
color: #e2a1b1;
}
.color-4 {
color: #f2c9d7;
}
.color-5 {
color: #f8e3e7;
}

/* CSS Variables */
:root {
--color-1: #db517b;
--color-2: #d97d8e;
--color-3: #e2a1b1;
--color-4: #f2c9d7;
--color-5: #f8e3e7;
}

🌈 Cranberry Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #db517b, #d97d8e, #e2a1b1, #f2c9d7, #f8e3e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #db517b, #d97d8e, #e2a1b1, #f2c9d7, #f8e3e7);
}

Cranberry Bliss color palette created on .