Discover the beautiful Gray Beach color palette featuring waikawa gray (#596d9b), pigeon post (#a1b7d9), link water (#d4e7f2), ronchi (#f1c84b) and cinnabar (#e75b3c).

Gray Beach Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Gray Beach palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Gray Beach palette

Share this palette to:

💻 Gray Beach color palette CSS

/* CSS */
.color-1 {
color: #596d9b;
}
.color-2 {
color: #a1b7d9;
}
.color-3 {
color: #d4e7f2;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e75b3c;
}

/* CSS Variables */
:root {
--color-1: #596d9b;
--color-2: #a1b7d9;
--color-3: #d4e7f2;
--color-4: #f1c84b;
--color-5: #e75b3c;
}

🌈 Gray Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #596d9b, #a1b7d9, #d4e7f2, #f1c84b, #e75b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #596d9b, #a1b7d9, #d4e7f2, #f1c84b, #e75b3c);
}

Gray Beach color palette created on .