Maroon Blossom Color Palette
Discover the beautiful Maroon Blossom color palette featuring thunder (#3d293b), cosmic (#6d3c4e), cannon pink (#9b506d), contessa (#c66c86) and wewak (#f4a59f).
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 Maroon Blossom palette
💻 Maroon Blossom color palette CSS
/* CSS */
.color-1 {
color: #3d293b;
}
.color-2 {
color: #6d3c4e;
}
.color-3 {
color: #9b506d;
}
.color-4 {
color: #c66c86;
}
.color-5 {
color: #f4a59f;
}
/* CSS Variables */
:root {
--color-1: #3d293b;
--color-2: #6d3c4e;
--color-3: #9b506d;
--color-4: #c66c86;
--color-5: #f4a59f;
}
🌈 Maroon Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d293b, #6d3c4e, #9b506d, #c66c86, #f4a59f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d293b, #6d3c4e, #9b506d, #c66c86, #f4a59f);
}
🔗 Explore similar color palettes
Maroon Blossom color palette created on .