Chuck E. Cheese Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Chuck E. Cheese palette

Share this palette to:

Chuck E. Cheese color palette PNG image

Download chuck e. cheese color palette PNG image (landscape)
Download chuck e. cheese color palette PNG image (square)

Chuck E. Cheese color palette CSS

/* CSS */
.color-1 {
color: #ffb300;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #d60000;
}
.color-4 {
color: #49148a;
}
.color-5 {
color: #00bdad;
}

/* CSS Variables */
:root {
--color-1: #ffb300;
--color-2: #ff6e00;
--color-3: #d60000;
--color-4: #49148a;
--color-5: #00bdad;
}

Chuck E. Cheese background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb300, #ff6e00, #d60000, #49148a, #00bdad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb300, #ff6e00, #d60000, #49148a, #00bdad);
}

Chuck E. Cheese color palette created on .