Pac-man Color Palette

Discover the beautiful Pac-man color palette featuring sunglow (#fcd127), pink salmon (#fe8b94), malibu (#78d2f2), canary (#defa61) and bittersweet (#fd6a62).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Pink, Blue, Red, Warm, Vibrant, Spring color palettes and combinations.

💡 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 Pac-man palette

Share this palette to:

💻 Pac-man color palette CSS

/* CSS */
.color-1 {
color: #fcd127;
}
.color-2 {
color: #fe8b94;
}
.color-3 {
color: #78d2f2;
}
.color-4 {
color: #defa61;
}
.color-5 {
color: #fd6a62;
}

/* CSS Variables */
:root {
--color-1: #fcd127;
--color-2: #fe8b94;
--color-3: #78d2f2;
--color-4: #defa61;
--color-5: #fd6a62;
}

🌈 Pac-man background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcd127, #fe8b94, #78d2f2, #defa61, #fd6a62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcd127, #fe8b94, #78d2f2, #defa61, #fd6a62);
}

Pac-man color palette created on .