Game On! Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Game On! palette

Share this palette to:

Game On! color palette CSS

/* CSS */
.color-1 {
color: #4b8eec;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ffcb1f;
}
.color-4 {
color: #6ecf84;
}
.color-5 {
color: #ff3d7b;
}

/* CSS Variables */
:root {
--color-1: #4b8eec;
--color-2: #ff7142;
--color-3: #ffcb1f;
--color-4: #6ecf84;
--color-5: #ff3d7b;
}

Game On! background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8eec, #ff7142, #ffcb1f, #6ecf84, #ff3d7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8eec, #ff7142, #ffcb1f, #6ecf84, #ff3d7b);
}

Game On! color palette created on .