Crimson Blossom Color Palette

Discover the beautiful Crimson Blossom color palette featuring maroon oak (#5b0b12), stiletto (#982a31), chestnut rose (#d05249), manhattan (#f3b59b) and cinderella (#fce0d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Burgundy, Coral, Summer 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: #5b0b12;
}
.color-2 {
color: #982a31;
}
.color-3 {
color: #d05249;
}
.color-4 {
color: #f3b59b;
}
.color-5 {
color: #fce0d4;
}

/* CSS Variables */
:root {
--color-1: #5b0b12;
--color-2: #982a31;
--color-3: #d05249;
--color-4: #f3b59b;
--color-5: #fce0d4;
}

🌈 Crimson Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b0b12, #982a31, #d05249, #f3b59b, #fce0d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b0b12, #982a31, #d05249, #f3b59b, #fce0d4);
}

Crimson Blossom color palette created on .