Coastal Serenity Color Palette

Discover the beautiful Coastal Serenity color palette featuring tradewind (#66b2b2), egg white (#ffebc2), cameo (#d4b99b), antique brass (#c69b76) and pavlova (#d4c69b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beach, Bright, Coral, Cream, Summer, Teal, Tropical, Yellow 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 Serenity palette

Share this palette to:

💻 Coastal Serenity color palette CSS

/* CSS */
.color-1 {
color: #66b2b2;
}
.color-2 {
color: #ffebc2;
}
.color-3 {
color: #d4b99b;
}
.color-4 {
color: #c69b76;
}
.color-5 {
color: #d4c69b;
}

/* CSS Variables */
:root {
--color-1: #66b2b2;
--color-2: #ffebc2;
--color-3: #d4b99b;
--color-4: #c69b76;
--color-5: #d4c69b;
}

🌈 Coastal Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66b2b2, #ffebc2, #d4b99b, #c69b76, #d4c69b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66b2b2, #ffebc2, #d4b99b, #c69b76, #d4c69b);
}

Coastal Serenity color palette created on .