Coastal Harmony Color Palette

Discover the beautiful Coastal Harmony color palette featuring big stone (#16253c), bittersweet (#ff6b61), pastel green (#79d288), catskill white (#f8fafc) and web orange (#f0a800).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCoral, Mint, Bright, 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 Harmony palette

Share this palette to:

💻 Coastal Harmony color palette CSS

/* CSS */
.color-1 {
color: #16253c;
}
.color-2 {
color: #ff6b61;
}
.color-3 {
color: #79d288;
}
.color-4 {
color: #f8fafc;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #16253c;
--color-2: #ff6b61;
--color-3: #79d288;
--color-4: #f8fafc;
--color-5: #f0a800;
}

🌈 Coastal Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #16253c, #ff6b61, #79d288, #f8fafc, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #16253c, #ff6b61, #79d288, #f8fafc, #f0a800);
}

Coastal Harmony color palette created on .