Sunny Games Color Palette
Discover the beautiful Sunny Games color palette featuring golden glow (#fcf19c), cherokee (#facf8f), macaroni and cheese (#fab580), sandy brown (#f39e77) and japonica (#db766b).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Sunny Games palette
๐ป 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);
} ๐ Explore similar color palettes
Sunny Games color palette created on .