Pixel Playground Color Palette

Discover the beautiful Pixel Playground color palette featuring chathams blue (#0f4b80), pelorous (#3c9fc3), turquoise blue (#6cd8e4), magic mint (#a2f6b6) and pizazz (#ff8c00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Fun, Vibrant 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 Pixel Playground palette

Share this palette to:

💻 Pixel Playground color palette CSS

/* CSS */
.color-1 {
color: #0f4b80;
}
.color-2 {
color: #3c9fc3;
}
.color-3 {
color: #6cd8e4;
}
.color-4 {
color: #a2f6b6;
}
.color-5 {
color: #ff8c00;
}

/* CSS Variables */
:root {
--color-1: #0f4b80;
--color-2: #3c9fc3;
--color-3: #6cd8e4;
--color-4: #a2f6b6;
--color-5: #ff8c00;
}

🌈 Pixel Playground background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f4b80, #3c9fc3, #6cd8e4, #a2f6b6, #ff8c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f4b80, #3c9fc3, #6cd8e4, #a2f6b6, #ff8c00);
}

Pixel Playground color palette created on .