Modern Coastal Color Palette

Discover the beautiful Modern Coastal color palette featuring cod gray (#1c1c1c), wild sand (#f7f7f7), patina (#5b8b84), sinbad (#9cd3c4) and meteor (#db6e14).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Bright, Coastal, Green, Minimalist, Orange, Spring, Teal, Vibrant, 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 Modern Coastal palette

Share this palette to:

💻 Modern Coastal color palette CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #f7f7f7;
}
.color-3 {
color: #5b8b84;
}
.color-4 {
color: #9cd3c4;
}
.color-5 {
color: #db6e14;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #f7f7f7;
--color-3: #5b8b84;
--color-4: #9cd3c4;
--color-5: #db6e14;
}

🌈 Modern Coastal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #f7f7f7, #5b8b84, #9cd3c4, #db6e14);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #f7f7f7, #5b8b84, #9cd3c4, #db6e14);
}

Modern Coastal color palette created on .