Crimson Blossoms Color Palette
Discover the beautiful Crimson Blossoms color palette featuring deep blush (#e87d9d), cabaret (#d0496a), night shadz (#b03b5e), stiletto (#982a49) and claret (#7d1c3b).
Brightness
Saturation
Warmth
💡 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 Blossoms palette
💻 Crimson Blossoms color palette CSS
/* CSS */
.color-1 {
color: #e87d9d;
}
.color-2 {
color: #d0496a;
}
.color-3 {
color: #b03b5e;
}
.color-4 {
color: #982a49;
}
.color-5 {
color: #7d1c3b;
}
/* CSS Variables */
:root {
--color-1: #e87d9d;
--color-2: #d0496a;
--color-3: #b03b5e;
--color-4: #982a49;
--color-5: #7d1c3b;
} 🌈 Crimson Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e87d9d, #d0496a, #b03b5e, #982a49, #7d1c3b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e87d9d, #d0496a, #b03b5e, #982a49, #7d1c3b);
} 🔗 Explore similar color palettes
Crimson Blossoms color palette created on .