Gambling Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gambling palette

Share this palette to:

Gambling color palette CSS

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #bfbfbf;
}
.color-3 {
color: #9c804f;
}
.color-4 {
color: #8c5a2b;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #bfbfbf;
--color-3: #9c804f;
--color-4: #8c5a2b;
--color-5: #ff6e61;
}

Gambling background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #bfbfbf, #9c804f, #8c5a2b, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #bfbfbf, #9c804f, #8c5a2b, #ff6e61);
}

Gambling color palette created on .