Crimson Blossom Color Palette

Discover the beautiful Crimson Blossom color palette featuring mandys pink (#f3c9c3), sea pink (#f0a8a3), apricot (#ea7d75), mandy (#e8615e) and cinnabar (#e0383b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Coral, Summer, Warm 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: #f3c9c3;
}
.color-2 {
color: #f0a8a3;
}
.color-3 {
color: #ea7d75;
}
.color-4 {
color: #e8615e;
}
.color-5 {
color: #e0383b;
}

/* CSS Variables */
:root {
--color-1: #f3c9c3;
--color-2: #f0a8a3;
--color-3: #ea7d75;
--color-4: #e8615e;
--color-5: #e0383b;
}

🌈 Crimson Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c9c3, #f0a8a3, #ea7d75, #e8615e, #e0383b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c9c3, #f0a8a3, #ea7d75, #e8615e, #e0383b);
}

Crimson Blossom color palette created on .