Retro Beach Color Palette

Discover the beautiful Retro Beach color palette featuring cerulean (#00a5e0), picton blue (#5cc0eb), manhattan (#f5b59e), anzac (#d9a94a) and english walnut (#3e2723).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with80s, Aqua, Blue, Bright, Brown, Cream, Light, Retro, Teal 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 Beach palette

Share this palette to:

💻 Retro Beach color palette CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #5cc0eb;
}
.color-3 {
color: #f5b59e;
}
.color-4 {
color: #d9a94a;
}
.color-5 {
color: #3e2723;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #5cc0eb;
--color-3: #f5b59e;
--color-4: #d9a94a;
--color-5: #3e2723;
}

🌈 Retro Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #5cc0eb, #f5b59e, #d9a94a, #3e2723);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #5cc0eb, #f5b59e, #d9a94a, #3e2723);
}

Retro Beach color palette created on .