Venomous Blossoms Color Palette
Discover the beautiful Venomous Blossoms color palette featuring tapestry (#a84d89), deep blush (#e76f93), illusion (#f8a5c8), chantilly (#f3b0e0) and tara (#d3f3e2).
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 Venomous Blossoms palette
💻 Venomous Blossoms color palette CSS
/* CSS */
.color-1 {
color: #a84d89;
}
.color-2 {
color: #e76f93;
}
.color-3 {
color: #f8a5c8;
}
.color-4 {
color: #f3b0e0;
}
.color-5 {
color: #d3f3e2;
}
/* CSS Variables */
:root {
--color-1: #a84d89;
--color-2: #e76f93;
--color-3: #f8a5c8;
--color-4: #f3b0e0;
--color-5: #d3f3e2;
} 🌈 Venomous Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a84d89, #e76f93, #f8a5c8, #f3b0e0, #d3f3e2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a84d89, #e76f93, #f8a5c8, #f3b0e0, #d3f3e2);
} 🔗 Explore similar color palettes
Venomous Blossoms color palette created on .