Calm Waters Color Palette

Discover the beautiful Calm Waters color palette featuring puerto rico (#4cb8a2), vista blue (#8bd5a0), edgewater (#c5e2d2), harp (#f1f8f5) and shilo (#e8b0b1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Green, Teal, Mint, Aesthetic, Light Summer, Muted 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 Calm Waters palette

Share this palette to:

💻 Calm Waters color palette CSS

/* CSS */
.color-1 {
color: #4cb8a2;
}
.color-2 {
color: #8bd5a0;
}
.color-3 {
color: #c5e2d2;
}
.color-4 {
color: #f1f8f5;
}
.color-5 {
color: #e8b0b1;
}

/* CSS Variables */
:root {
--color-1: #4cb8a2;
--color-2: #8bd5a0;
--color-3: #c5e2d2;
--color-4: #f1f8f5;
--color-5: #e8b0b1;
}

🌈 Calm Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cb8a2, #8bd5a0, #c5e2d2, #f1f8f5, #e8b0b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cb8a2, #8bd5a0, #c5e2d2, #f1f8f5, #e8b0b1);
}

Calm Waters color palette created on .