Coastal Gray Color Palette

Discover the beautiful Coastal Gray color palette featuring waikawa gray (#596d9b), nepal (#8a9fc1), regent st blue (#a6c7e7), parchment (#f2e4d4) and manhattan (#f7c6a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Summer 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 Coastal Gray palette

Share this palette to:

💻 Coastal Gray color palette CSS

/* CSS */
.color-1 {
color: #596d9b;
}
.color-2 {
color: #8a9fc1;
}
.color-3 {
color: #a6c7e7;
}
.color-4 {
color: #f2e4d4;
}
.color-5 {
color: #f7c6a1;
}

/* CSS Variables */
:root {
--color-1: #596d9b;
--color-2: #8a9fc1;
--color-3: #a6c7e7;
--color-4: #f2e4d4;
--color-5: #f7c6a1;
}

🌈 Coastal Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #596d9b, #8a9fc1, #a6c7e7, #f2e4d4, #f7c6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #596d9b, #8a9fc1, #a6c7e7, #f2e4d4, #f7c6a1);
}

Coastal Gray color palette created on .