Strip Club Color Palette
Discover the beautiful Strip Club color palette featuring razzmatazz (#ce0861), tango (#ef6821), gamboge (#eda409), corn (#edc709) and shiraz (#a50738).
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 Strip Club palette
💻 Strip Club color palette CSS
/* CSS */
.color-1 {
color: #ce0861;
}
.color-2 {
color: #ef6821;
}
.color-3 {
color: #eda409;
}
.color-4 {
color: #edc709;
}
.color-5 {
color: #a50738;
}
/* CSS Variables */
:root {
--color-1: #ce0861;
--color-2: #ef6821;
--color-3: #eda409;
--color-4: #edc709;
--color-5: #a50738;
} 🌈 Strip Club background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ce0861, #ef6821, #eda409, #edc709, #a50738);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ce0861, #ef6821, #eda409, #edc709, #a50738);
} 🔗 Explore similar color palettes
Strip Club color palette created on .