Retro Bit Color Palette

Discover the beautiful Retro Bit color palette featuring chestnut rose (#d24b57), wewak (#f1a8a2), cream can (#f4d35d), aqua forest (#5b9a6e) and san juan (#2a4d6a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with80s, Blue, Bright, Fun, Green, Pink, Retro, Vibrant, Yellow 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 Retro Bit palette

Share this palette to:

💻 Retro Bit color palette CSS

/* CSS */
.color-1 {
color: #d24b57;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f4d35d;
}
.color-4 {
color: #5b9a6e;
}
.color-5 {
color: #2a4d6a;
}

/* CSS Variables */
:root {
--color-1: #d24b57;
--color-2: #f1a8a2;
--color-3: #f4d35d;
--color-4: #5b9a6e;
--color-5: #2a4d6a;
}

🌈 Retro Bit background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d24b57, #f1a8a2, #f4d35d, #5b9a6e, #2a4d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d24b57, #f1a8a2, #f4d35d, #5b9a6e, #2a4d6a);
}

Retro Bit color palette created on .