Crimson Blossom Color Palette

Discover the beautiful Crimson Blossom color palette featuring cardinal (#c21e3a), mandy (#d94a54), tonys pink (#e7888d), mandys pink (#f1b7be) and azalea (#f9d2d7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Pink, Bright, Aesthetic, 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 Crimson Blossom palette

Share this palette to:

💻 Crimson Blossom color palette CSS

/* CSS */
.color-1 {
color: #c21e3a;
}
.color-2 {
color: #d94a54;
}
.color-3 {
color: #e7888d;
}
.color-4 {
color: #f1b7be;
}
.color-5 {
color: #f9d2d7;
}

/* CSS Variables */
:root {
--color-1: #c21e3a;
--color-2: #d94a54;
--color-3: #e7888d;
--color-4: #f1b7be;
--color-5: #f9d2d7;
}

🌈 Crimson Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c21e3a, #d94a54, #e7888d, #f1b7be, #f9d2d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c21e3a, #d94a54, #e7888d, #f1b7be, #f9d2d7);
}

Crimson Blossom color palette created on .