Cannon Pink Blossoms Color Palette

Discover the beautiful Cannon Pink Blossoms color palette featuring can can (#d38d99), beauty bush (#eab8c8), azalea (#f5c7d7), wewak (#f2a6b3) and tapestry (#a35c75).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Flower, Fun, Pink, Soft 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 Cannon Pink Blossoms palette

Share this palette to:

💻 Cannon Pink Blossoms color palette CSS

/* CSS */
.color-1 {
color: #d38d99;
}
.color-2 {
color: #eab8c8;
}
.color-3 {
color: #f5c7d7;
}
.color-4 {
color: #f2a6b3;
}
.color-5 {
color: #a35c75;
}

/* CSS Variables */
:root {
--color-1: #d38d99;
--color-2: #eab8c8;
--color-3: #f5c7d7;
--color-4: #f2a6b3;
--color-5: #a35c75;
}

🌈 Cannon Pink Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d38d99, #eab8c8, #f5c7d7, #f2a6b3, #a35c75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d38d99, #eab8c8, #f5c7d7, #f2a6b3, #a35c75);
}

Cannon Pink Blossoms color palette created on .