Vintage Coastal Color Palette

Discover the beautiful Vintage Coastal color palette featuring horizon (#5b809f), hit gray (#a0b2b6), geyser (#d8e1e4), wild sand (#f5f5f5) and bunker (#0f171f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Blue, Cool, Gray, Modern, Neutral, Soft, Vintage, White 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 Vintage Coastal palette

Share this palette to:

💻 Vintage Coastal color palette CSS

/* CSS */
.color-1 {
color: #5b809f;
}
.color-2 {
color: #a0b2b6;
}
.color-3 {
color: #d8e1e4;
}
.color-4 {
color: #f5f5f5;
}
.color-5 {
color: #0f171f;
}

/* CSS Variables */
:root {
--color-1: #5b809f;
--color-2: #a0b2b6;
--color-3: #d8e1e4;
--color-4: #f5f5f5;
--color-5: #0f171f;
}

🌈 Vintage Coastal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b809f, #a0b2b6, #d8e1e4, #f5f5f5, #0f171f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b809f, #a0b2b6, #d8e1e4, #f5f5f5, #0f171f);
}

Vintage Coastal color palette created on .