Sunset Gamer Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Gamer palette

Share this palette to:

Sunset Gamer color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff9d4d;
}
.color-3 {
color: #ff7142;
}
.color-4 {
color: #d66d38;
}
.color-5 {
color: #a26a2a;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff9d4d;
--color-3: #ff7142;
--color-4: #d66d38;
--color-5: #a26a2a;
}

Sunset Gamer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff9d4d, #ff7142, #d66d38, #a26a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff9d4d, #ff7142, #d66d38, #a26a2a);
}

Sunset Gamer color palette created on .