Sunny Games Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Games palette

Share this palette to:

Sunny Games color palette PNG image

Download sunny games color palette PNG image (landscape)
Download sunny games color palette PNG image (square)

Sunny Games color palette CSS

/* CSS */
.color-1 {
color: #fcf19c;
}
.color-2 {
color: #facf8f;
}
.color-3 {
color: #fab580;
}
.color-4 {
color: #f39e77;
}
.color-5 {
color: #db766b;
}

/* CSS Variables */
:root {
--color-1: #fcf19c;
--color-2: #facf8f;
--color-3: #fab580;
--color-4: #f39e77;
--color-5: #db766b;
}

Sunny Games background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf19c, #facf8f, #fab580, #f39e77, #db766b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf19c, #facf8f, #fab580, #f39e77, #db766b);
}

Sunny Games color palette created on .