Cranberry Bliss Color Palette

Discover the beautiful Cranberry Bliss color palette featuring old brick (#9a1d3b), deep blush (#e8688a), azalea (#f2baca), linen (#f9e8d7) and your pink (#ffcdcc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Pink, Red, Fun 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: #9a1d3b;
}
.color-2 {
color: #e8688a;
}
.color-3 {
color: #f2baca;
}
.color-4 {
color: #f9e8d7;
}
.color-5 {
color: #ffcdcc;
}

/* CSS Variables */
:root {
--color-1: #9a1d3b;
--color-2: #e8688a;
--color-3: #f2baca;
--color-4: #f9e8d7;
--color-5: #ffcdcc;
}

🌈 Cranberry Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a1d3b, #e8688a, #f2baca, #f9e8d7, #ffcdcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a1d3b, #e8688a, #f2baca, #f9e8d7, #ffcdcc);
}

Cranberry Bliss color palette created on .