Gumball Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gumball palette

Share this palette to:

Gumball color palette PNG image

Download gumball color palette PNG image (landscape)
Download gumball color palette PNG image (square)

Gumball color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb86b;
}
.color-3 {
color: #ffd83d;
}
.color-4 {
color: #6ed4cf;
}
.color-5 {
color: #4c7de6;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb86b;
--color-3: #ffd83d;
--color-4: #6ed4cf;
--color-5: #4c7de6;
}

Gumball background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb86b, #ffd83d, #6ed4cf, #4c7de6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb86b, #ffd83d, #6ed4cf, #4c7de6);
}

Gumball color palette created on .