Celestial Crimson Bloom Color Palette
Discover the beautiful Celestial Crimson Bloom color palette featuring buccaneer (#5f2b3c), copper rust (#8b4b4e), turkish rose (#b77b88), shilo (#e3a5a6) and we peep (#f1c6d8).
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 Celestial Crimson Bloom palette
💻 Celestial Crimson Bloom color palette CSS
/* CSS */
.color-1 {
color: #5f2b3c;
}
.color-2 {
color: #8b4b4e;
}
.color-3 {
color: #b77b88;
}
.color-4 {
color: #e3a5a6;
}
.color-5 {
color: #f1c6d8;
}
/* CSS Variables */
:root {
--color-1: #5f2b3c;
--color-2: #8b4b4e;
--color-3: #b77b88;
--color-4: #e3a5a6;
--color-5: #f1c6d8;
} 🌈 Celestial Crimson Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f2b3c, #8b4b4e, #b77b88, #e3a5a6, #f1c6d8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f2b3c, #8b4b4e, #b77b88, #e3a5a6, #f1c6d8);
} 🔗 Explore similar color palettes
Celestial Crimson Bloom color palette created on .