Gambling Color Palette

Discover the beautiful Gambling color palette featuring dark blue (#3400ba), shocking pink (#ff1ec5), cornflower lilac (#ffb4aa), papaya whip (#ffedd1) and aquamarine (#96ffdb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Light Cream, Peach, Pink 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: #3400ba;
}
.color-2 {
color: #ff1ec5;
}
.color-3 {
color: #ffb4aa;
}
.color-4 {
color: #ffedd1;
}
.color-5 {
color: #96ffdb;
}

/* CSS Variables */
:root {
--color-1: #3400ba;
--color-2: #ff1ec5;
--color-3: #ffb4aa;
--color-4: #ffedd1;
--color-5: #96ffdb;
}

🌈 Gambling background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3400ba, #ff1ec5, #ffb4aa, #ffedd1, #96ffdb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3400ba, #ff1ec5, #ffb4aa, #ffedd1, #96ffdb);
}

Gambling color palette created on .