Crimson Whispered Elegance Color Palette
Discover the beautiful Crimson Whispered Elegance color palette featuring alizarin crimson (#e01f32), bazaar (#a06e7b), dark tan (#750f1b), emperor (#524c4e) and wisp pink (#fce9ea).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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 Whispered Elegance palette
💻 Crimson Whispered Elegance color palette CSS
/* CSS */
.color-1 {
color: #e01f32;
}
.color-2 {
color: #a06e7b;
}
.color-3 {
color: #750f1b;
}
.color-4 {
color: #524c4e;
}
.color-5 {
color: #fce9ea;
}
/* CSS Variables */
:root {
--color-1: #e01f32;
--color-2: #a06e7b;
--color-3: #750f1b;
--color-4: #524c4e;
--color-5: #fce9ea;
} 🌈 Crimson Whispered Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e01f32, #a06e7b, #750f1b, #524c4e, #fce9ea);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e01f32, #a06e7b, #750f1b, #524c4e, #fce9ea);
} Crimson Whispered Elegance color palette created on .