Gossip Color Palette
Discover the beautiful Gossip color palette featuring french lilac (#d9b0e8), lavender (#b97dd9), fuchsia blue (#6a4fc4), illusion (#f6a7d8) and golden sand (#f2d37d).
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 Gossip palette
💻 Gossip color palette CSS
/* CSS */
.color-1 {
color: #d9b0e8;
}
.color-2 {
color: #b97dd9;
}
.color-3 {
color: #6a4fc4;
}
.color-4 {
color: #f6a7d8;
}
.color-5 {
color: #f2d37d;
}
/* CSS Variables */
:root {
--color-1: #d9b0e8;
--color-2: #b97dd9;
--color-3: #6a4fc4;
--color-4: #f6a7d8;
--color-5: #f2d37d;
} 🌈 Gossip background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b0e8, #b97dd9, #6a4fc4, #f6a7d8, #f2d37d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b0e8, #b97dd9, #6a4fc4, #f6a7d8, #f2d37d);
} 🔗 Explore similar color palettes
Gossip color palette created on .