Gambling Color Palette
Discover the beautiful Gambling color palette featuring rose (#ff0081), wild strawberry (#ff319d), dandelion (#ffd867), buttermilk (#fff5b0) and shalimar (#ffffbc).
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 Gambling palette
💻 Gambling color palette CSS
/* CSS */
.color-1 {
color: #ff0081;
}
.color-2 {
color: #ff319d;
}
.color-3 {
color: #ffd867;
}
.color-4 {
color: #fff5b0;
}
.color-5 {
color: #ffffbc;
}
/* CSS Variables */
:root {
--color-1: #ff0081;
--color-2: #ff319d;
--color-3: #ffd867;
--color-4: #fff5b0;
--color-5: #ffffbc;
} 🌈 Gambling background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff0081, #ff319d, #ffd867, #fff5b0, #ffffbc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff0081, #ff319d, #ffd867, #fff5b0, #ffffbc);
} 🔗 Explore similar color palettes
Gambling color palette created on .