Serene Waters Color Palette

Discover the beautiful Serene Waters color palette featuring botticelli (#c7dde5), pigeon post (#a5c6d5), bali hai (#8eafb8), breaker bay (#68a6a0) and ming (#3d8a82).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Coastal, Light, Spring 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 Serene Waters palette

Share this palette to:

💻 Serene Waters color palette CSS

/* CSS */
.color-1 {
color: #c7dde5;
}
.color-2 {
color: #a5c6d5;
}
.color-3 {
color: #8eafb8;
}
.color-4 {
color: #68a6a0;
}
.color-5 {
color: #3d8a82;
}

/* CSS Variables */
:root {
--color-1: #c7dde5;
--color-2: #a5c6d5;
--color-3: #8eafb8;
--color-4: #68a6a0;
--color-5: #3d8a82;
}

🌈 Serene Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7dde5, #a5c6d5, #8eafb8, #68a6a0, #3d8a82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7dde5, #a5c6d5, #8eafb8, #68a6a0, #3d8a82);
}

Serene Waters color palette created on .