Gambling Color Palette

Discover the beautiful Gambling color palette featuring rose (#ff0080), wild strawberry (#ff339c), dandelion (#ffd966), buttermilk (#fff5b3) and shalimar (#ffffbd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Magenta, Yellow, Cream, Light, Bright, Soft, Summer, Vibrant, Warm color palettes and combinations.

💡 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

Share this palette to:

💻 Gambling color palette CSS

/* CSS */
.color-1 {
color: #ff0080;
}
.color-2 {
color: #ff339c;
}
.color-3 {
color: #ffd966;
}
.color-4 {
color: #fff5b3;
}
.color-5 {
color: #ffffbd;
}

/* CSS Variables */
:root {
--color-1: #ff0080;
--color-2: #ff339c;
--color-3: #ffd966;
--color-4: #fff5b3;
--color-5: #ffffbd;
}

🌈 Gambling background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff0080, #ff339c, #ffd966, #fff5b3, #ffffbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff0080, #ff339c, #ffd966, #fff5b3, #ffffbd);
}

Gambling color palette created on .